contrib/dnstop/Pkgfile
2011-01-24 19:29:39 +01:00

20 lines
510 B
Plaintext

# 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
version=20110113b
release=1
source=(http://dns.measurement-factory.com/tools/dnstop/src/$name-$version.tar.gz)
build() {
cd $name-${version%b}
./configure --prefix=/usr
sed -i -e 's/ !=/!=/1' Makefile
make
install -D dnstop $PKG/usr/bin/dnstop
install -D dnstop.8 $PKG/usr/man/man8/dnstop.8
}