smlinux/base/libpcap/libpcap.SMBuild
PktSurf e94a3391ea Upgraded base/gpgme to 1.23.2
Enabled linking base/libpcap against libusb and libnl
Added additional build options in base/libvpx and base/xkeyboard-config
Disabled native language support in base/neon
Removed vintage code from base/openssl,pkgtools, fixed code in base/pkgtools/installpkg
Added spirv-headers, glslang-vulkan-sdk and libva to xorg
Upgraded xorg/libpciaccess to 0.18.1
Added code to move stuff in /usr and elf binaries in /bin in several build files in base section
2024-10-19 07:47:26 +05:30

41 lines
880 B
Text
Executable file

# Maintainer: PktSurf <smlinux@pktsurf.in>
app=libpcap
version=1.9.0
build=1sml
homepage="http://www.tcpdump.org"
download="https://www.tcpdump.org/release/libpcap-$version.tar.gz"
desc="packet capture library"
requires="libusb libnl"
prepbuilddir() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
}
build() {
CFLAGS+=" -DIPPROTO_HOPOPTS=0 -include limits.h" \
ac_cv_type_u_int64_t=yes \
./configure \
--prefix=/usr \
--bindir=/bin \
--enable-shared \
--with-libnl \
--enable-usb \
--disable-dbus \
--disable-bluetooth
make
make install DESTDIR=$pkg
cp LICENSE $pkgdocs/
mkfinalpkg
}
sha512sums="
b1449b248bc3f3daf17c1a8bfcb7870e7157d050db36bfce6f9adde6a9ba4893baff40d0f21d50012da02b11ec5a43d21a2b3715ab51dcbe03192541dc83be68 libpcap-1.9.0.tar.lz
"