# Description: ip aralıklarını yönetme aracı- firehol projesinden
# URL: http://firehol.org/
# Packager: milisarge
# Depends on: help2man 

name=iprange
version=1.0.3
release=2.0
source=(https://github.com/firehol/$name/archive/v$version.tar.gz
)

build() {
	cd "$name-$version"
	./autogen.sh
	./configure  --disable-man --prefix="/usr" --sysconfdir="/etc" --sbindir="/usr/bin"
	make
	make prefix="$PKG/usr" sysconfdir="$PKG/etc" sbindir="$PKG/usr/bin" install

}
