opt/libpcap/Pkgfile

19 lines
419 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Packet capture library
# URL: https://www.tcpdump.org/
2011-02-02 13:44:37 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
2006-02-23 16:26:10 +01:00
name=libpcap
2021-01-02 14:49:40 +01:00
version=1.10.0
2006-02-23 16:26:10 +01:00
release=1
source=(https://www.tcpdump.org/release/$name-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build () {
cd $name-$version
2013-11-29 12:23:21 +01:00
./configure --prefix=/usr \
--disable-dbus \
--without-libnl
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install install-shared
}