opt/libpcap/Pkgfile

20 lines
373 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Packet capture library
2021-06-10 11:21:27 +02:00
# URL: https://www.tcpdump.org/
# Maintainer: Juergen Daubert, jue at crux dot nu
2006-02-23 16:26:10 +01:00
name=libpcap
2021-06-10 11:21:27 +02:00
version=1.10.1
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
2021-06-10 11:21:27 +02:00
build() {
cd $name-$version
2013-11-29 12:23:21 +01:00
2021-06-10 11:21:27 +02:00
./configure \
--prefix=/usr \
--disable-dbus \
--without-libnl
make
make DESTDIR=$PKG install install-shared
2006-02-23 16:26:10 +01:00
}