ngrep: update to git-version 20080131

This commit is contained in:
Juergen Daubert 2013-12-01 11:06:24 +01:00 committed by Fredrik Rinnestam
parent 1ae20c3c9e
commit 8fb1cccd84
2 changed files with 5 additions and 6 deletions

View File

@ -1 +1 @@
bc8150331601f3b869549c94866b4f1c ngrep-1.45.tar.bz2
9d2f87ad6a2bc3747b25ae6edcdbd9d1 ngrep-20080131.tar.xz

View File

@ -4,9 +4,9 @@
# Depends on: libpcap
name=ngrep
version=1.45
release=2
source=(http://download.sourceforge.net/$name/$name-$version.tar.bz2)
version=20080131
release=1
source=(http://crux.s3.amazonaws.com/dist/$name-$version.tar.xz)
build () {
cd $name-$version
@ -14,6 +14,5 @@ build () {
--enable-ipv6 \
--with-pcap-includes=/usr/include/pcap
make
install -D -m 755 ngrep $PKG/usr/bin/ngrep
install -D -m 644 ngrep.8 $PKG/usr/man/man8/ngrep.8
make DESTDIR=$PKG mandir=/usr/man install
}