milis/talimatname/genel/libpcap/talimat

20 lines
605 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Kullanıcı düzeyinde paket yakalamak için sistemden bağımsız bir arayüz
# URL: http://www.tcpdump.org
# Packager: milisarge
# Depends on: libnl libusb
name=libpcap
version=1.7.4
release=1
source=(http://www.tcpdump.org/release/$name-$version.tar.gz
http://www.linuxfromscratch.org/patches/downloads/libpcap/$name-$version-enable_bluetooth-1.patch)
build() {
cd $name-$version
patch -Np1 -i ../libpcap-$version-enable_bluetooth-1.patch
./configure --prefix=/usr --enable-ipv6
make
sed -i '/INSTALL_DATA.*libpcap.a\|RANLIB.*libpcap.a/ s/^/#/' Makefile
make DESTDIR=$PKG install
}