libpcap: update to 0.9.6
This commit is contained in:
parent
4d4d7248dd
commit
74c0320a12
@ -5,9 +5,9 @@ drwxr-xr-x root/root usr/include/
|
||||
-rw-r--r-- root/root usr/include/pcap.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libpcap.a
|
||||
lrwxrwxrwx root/root usr/lib/libpcap.so -> libpcap.so.0.9.5
|
||||
lrwxrwxrwx root/root usr/lib/libpcap.so.0 -> libpcap.so.0.9.5
|
||||
-rwxr-xr-x root/root usr/lib/libpcap.so.0.9.5
|
||||
lrwxrwxrwx root/root usr/lib/libpcap.so -> libpcap.so.0.9.6
|
||||
lrwxrwxrwx root/root usr/lib/libpcap.so.0 -> libpcap.so.0.9.6
|
||||
-rwxr-xr-x root/root usr/lib/libpcap.so.0.9.6
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man3/
|
||||
-rw-r--r-- root/root usr/man/man3/pcap.3.gz
|
||||
|
@ -1 +1 @@
|
||||
b0626ad59004fe5767ddd2ce743a2271 libpcap-0.9.5.tar.gz
|
||||
2e1b5e983654c1d5991450e3e0e525ca libpcap-0.9.6.tar.gz
|
||||
|
@ -3,12 +3,13 @@
|
||||
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
|
||||
|
||||
name=libpcap
|
||||
version=0.9.5
|
||||
version=0.9.6
|
||||
release=1
|
||||
source=(http://www.tcpdump.org/release/$name-$version.tar.gz)
|
||||
|
||||
build () {
|
||||
cd $name-$version
|
||||
sed -i 's/0.9.5/0.9.6/' VERSION
|
||||
./configure --prefix=/usr --enable-ipv6
|
||||
make
|
||||
make DESTDIR=$PKG install install-shared
|
||||
|
Loading…
x
Reference in New Issue
Block a user