1
0
forked from ports/contrib

dnstop: 20090128 -> 20110113b

This commit is contained in:
Thomas Penteker 2011-01-24 19:29:39 +01:00
parent 5dc818f5b0
commit 759b6bd435
2 changed files with 6 additions and 3 deletions

View File

@ -1 +1 @@
827a0d2020b157b925411dd30b6feff3 dnstop-20090128.tar.gz
848b3219f0f20f258aa7f27f26493cce dnstop-20110113b.tar.gz

View File

@ -4,12 +4,15 @@
# Depends on: libpcap
name=dnstop
version=20090128
version=20110113b
release=1
source=(http://dns.measurement-factory.com/tools/dnstop/src/$name-$version.tar.gz)
build() {
cd $name-$version
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