tcpdump: update to 3.9.8

This commit is contained in:
Juergen Daubert 2007-09-28 10:23:25 +02:00
parent 834f380150
commit c9344cd2b1
2 changed files with 5 additions and 3 deletions

View File

@ -1 +1 @@
2aacf4dc9a3bc500a8b4f3887a32cdd5 tcpdump-3.9.7.tar.gz
c491a78c52fe73f1f7271aa5d8c6ab2e tcpdump-3.9.8.tar.gz

View File

@ -4,13 +4,15 @@
# Depends on: libpcap, openssl
name=tcpdump
version=3.9.7
version=3.9.8
release=1
source=(http://www.tcpdump.org/release/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --enable-ipv6
./configure --prefix=/usr \
--mandir=/usr/man \
--enable-ipv6
make
make DESTDIR=$PKG install
}