milis/talimatname/genel/h/hping/talimat

22 lines
414 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# Tanım: TCP/IP prokolu icin Ping
# URL: https://github.com/antirez/hping
# Paketçi: milisarge
# Gerekler: libpcap
isim=hping
surum=git
devir=1
kaynak=(tshzset.patch Makefile.patch)
derle() {
git clone https://github.com/antirez/hping
cd $isim
patch -Np1 -i $SRC/tshzset.patch
MANPATH=/usr/share/man
./configure --prefix=/usr --no-tcl
make
patch -p1 < $SRC/Makefile.patch
make DESTDIR=$PKG install
}