arping-th.paketlendi
This commit is contained in:
parent
ca8e3d3b08
commit
3c6e8b3828
|
@ -0,0 +1,19 @@
|
|||
# Description: ARP Ping uygulaması- Thomas Habets
|
||||
# URL: http://www.habets.pp.se/synscan/programs.php
|
||||
# Packager: milisarge
|
||||
# Depends on: libnet libcap-ng libpcap
|
||||
|
||||
name=arping-th
|
||||
_projname=arping
|
||||
_suffix=-th
|
||||
version=2.19
|
||||
release=1
|
||||
source=(https://github.com/ThomasHabets/${_projname}/archive/${_projname}-${version}.tar.gz::$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd "${_projname}-${_projname}-$version"
|
||||
autoreconf -i
|
||||
./configure --prefix=/usr --program-suffix=${_suffix} --sbindir=/usr/bin
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
Loading…
Reference in New Issue