milis/talimatname/genel/t/tcpdump/talimat
2017-10-28 15:10:23 +03:00

17 lines
379 B
Text
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.

# Tanım: Komut satırı arayüzü ile ağ algılayıcısı
# URL: http://www.tcpdump.org
# Paketçi: milisarge
# Gerekler: libpcap
isim=tcpdump
surum=4.9.0
devir=1
kaynak=(http://www.tcpdump.org/release/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
./configure --prefix=/usr --enable-ipv6
make
make DESTDIR=$PKG install
rm $PKG/usr/sbin/tcpdump.$surum
}