milis/talimatname/genel/p/p0f/talimat

25 lines
545 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.

# Tanım: p0f, tcp-ip trafik akışını takip ve dinleme uygulaması
# URL: http://lcamtuf.coredump.cx/p0f3/
# Paketçi: milisarge
# Gerekler: libpcap
isim=p0f
surum=3.09b
devir=1
kaynak=(http://lcamtuf.coredump.cx/p0f3/releases/p0f-3.09b.tgz)
derle() {
cd $isim-$surum
install -d $PKG/usr/bin
install -d $PKG/usr/share/$isim
install -d $PKG/etc
make
cd tools
make
cd ..
cp p0f tools/p0f-client tools/p0f-sendsyn tools/p0f-sendsyn6 $PKG/usr/bin/
cp docs/* $PKG/usr/share/$isim/
cp p0f.fp $PKG/etc/p0f
}