milis/talimatname/genel/tcpdump/talimat

18 lines
396 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: Komut satırı arayüzü ile ağ algılayıcısı
# URL: http://www.tcpdump.org
# Packager: milisarge
# Depends on: libpcap
name=tcpdump
version=4.9.0
release=1
source=(http://www.tcpdump.org/release/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --enable-ipv6
make
make DESTDIR=$PKG install
rm $PKG/usr/sbin/tcpdump.$version
}