contrib/dnstop/Pkgfile

18 lines
470 B
Plaintext
Raw Normal View History

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}
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
install -D dnstop $PKG/usr/bin/dnstop
install -D dnstop.8 $PKG/usr/man/man8/dnstop.8
}