2015-03-17 23:45:26 +01:00
|
|
|
# Template file for 'fping'
|
|
|
|
pkgname=fping
|
2015-10-22 08:18:11 +02:00
|
|
|
version=3.13
|
2015-10-15 08:20:41 +02:00
|
|
|
revision=1
|
2015-03-17 23:45:26 +01:00
|
|
|
build_style=gnu-configure
|
2015-03-18 06:23:13 +01:00
|
|
|
configure_args="--sbindir=/usr/bin --enable-ipv4 --enable-ipv6"
|
2015-03-17 23:45:26 +01:00
|
|
|
short_desc="High performance ping"
|
2015-10-15 08:20:41 +02:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2015-03-17 23:45:26 +01:00
|
|
|
homepage="http://fping.org"
|
2015-03-18 06:23:13 +01:00
|
|
|
license="MIT-alike"
|
2015-03-17 23:45:26 +01:00
|
|
|
distfiles="${homepage}/dist/${pkgname}-${version}.tar.gz"
|
2015-10-22 08:18:11 +02:00
|
|
|
checksum=4bb28efd1cb3d1240ae551dadc20daa852b1ba71bafe32e49ca629c1848e5720
|
2015-03-17 23:45:26 +01:00
|
|
|
|
|
|
|
post_install() {
|
2015-03-18 06:23:13 +01:00
|
|
|
vlicense COPYING
|
2015-03-17 23:45:26 +01:00
|
|
|
# make fping{,6} setuid.
|
|
|
|
chmod 4555 ${DESTDIR}/usr/bin/fping
|
|
|
|
chmod 4555 ${DESTDIR}/usr/bin/fping6
|
|
|
|
}
|