dnstop: 20110113b -> 20110127

This commit is contained in:
Thomas Penteker 2011-01-27 18:51:36 +01:00
parent de40ce06d5
commit 8d590e6cf0
2 changed files with 3 additions and 5 deletions

View File

@ -1 +1 @@
848b3219f0f20f258aa7f27f26493cce dnstop-20110113b.tar.gz
e1c6416ad700d2d4d52f176f0827c60d dnstop-20110127.tar.gz

View File

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