contrib/fping/Pkgfile
2015-02-17 11:09:04 +10:00

28 lines
549 B
Plaintext

# Description: A utility to ping multiple hosts at once
# URL: http://www.fping.org/
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
#
# Depends on:
name=fping
version=3.10
release=4
source=(http://www.fping.org/dist/${name}-${version}.tar.gz)
build () {
cd $name-$version
# Configure
./configure --prefix=/usr \
--sbindir=/usr/bin \
--mandir=/usr/man \
--enable-ipv4 \
--enable-ipv6
# Build
make
# Package
make DESTDIR=$PKG install
}