libpcap-32: initial import
This commit is contained in:
parent
9971269a3d
commit
f1f2082469
0
libpcap-32/.32bit
Normal file
0
libpcap-32/.32bit
Normal file
8
libpcap-32/.footprint
Normal file
8
libpcap-32/.footprint
Normal file
@ -0,0 +1,8 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/lib32/
|
||||
-rw-r--r-- root/root usr/lib32/libpcap.a
|
||||
lrwxrwxrwx root/root usr/lib32/libpcap.so -> libpcap.so.1
|
||||
lrwxrwxrwx root/root usr/lib32/libpcap.so.1 -> libpcap.so.1.9.0
|
||||
-rwxr-xr-x root/root usr/lib32/libpcap.so.1.9.0
|
||||
drwxr-xr-x root/root usr/lib32/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/libpcap.pc
|
5
libpcap-32/.signature
Normal file
5
libpcap-32/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/compat-32.pub
|
||||
RWSwxGo/zH7eXbVlwoPUFrFjGKu7d+TC2+U7oPTE+rJwv5Ilq89y48DVjWt8EqjmmPi4wJmZ1mwrGehJpb08jyfaeOWNUAu5QAg=
|
||||
SHA256 (Pkgfile) = 9b0df4acd2deda828daf8c8902cd43e96688b07f0fea415a82591f44ab2bf821
|
||||
SHA256 (.footprint) = b902ed25699f33d43b706b703895ab037a84f6fd88757e9c70abbac431f41b72
|
||||
SHA256 (libpcap-1.9.0.tar.gz) = 2edb88808e5913fdaa8e9c1fcaf272e19b2485338742b5074b9fe44d68f37019
|
24
libpcap-32/Pkgfile
Normal file
24
libpcap-32/Pkgfile
Normal file
@ -0,0 +1,24 @@
|
||||
# Description: Packet capture library
|
||||
# URL: http://www.tcpdump.org
|
||||
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
|
||||
# Depends on: libusb-32 libpcap
|
||||
|
||||
name=libpcap-32
|
||||
version=1.9.0
|
||||
release=1
|
||||
source=(https://www.tcpdump.org/release/${name%-*}-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd ${name%-*}-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib32 \
|
||||
--disable-dbus \
|
||||
--without-libnl
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install install-shared
|
||||
|
||||
rm -r $PKG/usr/{bin,include,share/man,share}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user