2009-08-20 23:48:19 +02:00
|
|
|
# Description: dns diagnostic tool
|
|
|
|
# URL: http://dns.measurement-factory.com/tools/dnstop/
|
|
|
|
# Maintainer: Thomas Penteker, tek at serverop dot de
|
|
|
|
# Depends on: libpcap
|
|
|
|
|
|
|
|
name=dnstop
|
2014-09-18 11:36:00 +02:00
|
|
|
version=20140915
|
2009-08-20 23:48:19 +02:00
|
|
|
release=1
|
|
|
|
source=(http://dns.measurement-factory.com/tools/dnstop/src/$name-$version.tar.gz)
|
|
|
|
build() {
|
2011-01-27 18:51:36 +01:00
|
|
|
cd $name-${version}
|
2017-08-21 00:24:56 +02:00
|
|
|
|
2009-08-20 23:48:19 +02:00
|
|
|
./configure --prefix=/usr
|
2011-01-24 19:29:39 +01:00
|
|
|
|
2009-08-20 23:48:19 +02:00
|
|
|
make
|
2017-08-21 00:24:56 +02:00
|
|
|
|
2009-08-20 23:48:19 +02:00
|
|
|
install -D dnstop $PKG/usr/bin/dnstop
|
2017-08-21 00:24:56 +02:00
|
|
|
install -D dnstop.8 $PKG/usr/share/man/man8/dnstop.8
|
2009-08-20 23:48:19 +02:00
|
|
|
}
|