# Tanım: TCP/IP prokolu icin Ping # URL: https://github.com/antirez/hping # Paketçi: milisarge # Gerekler: libpcap name=hping version=git release=1 source=(tshzset.patch Makefile.patch) derle() { git clone https://github.com/antirez/hping cd $name 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 }