milis/talimatname/genel/h/hping/talimat

22 lines
425 B
Plaintext
Raw Normal View History

2017-01-31 02:35:21 +01:00
# Description: TCP/IP prokolu icin Ping
2016-07-30 20:33:16 +02:00
# URL: https://github.com/antirez/hping
# Packager: milisarge
# Depends on: libpcap
name=hping
version=git
release=1
source=(tshzset.patch Makefile.patch)
build() {
git clone https://github.com/antirez/hping
2017-01-31 02:35:21 +01:00
2016-07-30 20:33:16 +02:00
cd $name
patch -Np1 -i $SRC/tshzset.patch
2017-01-31 02:35:21 +01:00
MANPATH=/usr/share/man
2016-07-30 20:33:16 +02:00
./configure --prefix=/usr --no-tcl
make
patch -p1 < $SRC/Makefile.patch
make DESTDIR=$PKG install
}