opt/tcpdump/Pkgfile

18 lines
399 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Network sniffer with command line interface
2021-06-10 11:22:16 +02:00
# URL: https://www.tcpdump.org
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: libpcap, openssl
2006-02-23 16:26:10 +01:00
name=tcpdump
2023-04-08 09:20:35 +02:00
version=4.99.4
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() {
2021-06-10 11:22:16 +02:00
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm $PKG/usr/bin/tcpdump.$version
2006-02-23 16:26:10 +01:00
}