contrib/dnstop/Pkgfile

20 lines
510 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
2011-01-24 19:29:39 +01:00
version=20110113b
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-24 19:29:39 +01:00
cd $name-${version%b}
2009-08-20 23:48:19 +02:00
./configure --prefix=/usr
2011-01-24 19:29:39 +01:00
sed -i -e 's/ !=/!=/1' Makefile
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
}