New package: iprange-1.0.1

This commit is contained in:
Diogo Leal 2015-12-22 07:53:57 -02:00
parent c480776715
commit e4c45a8d98

16
srcpkgs/iprange/template Normal file
View file

@ -0,0 +1,16 @@
# Template file for 'iprange'
pkgname=iprange
version=1.0.1
revision=1
build_style=gnu-configure
hostmakedepends="automake"
short_desc="Manage ip ranges"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="GPL-2"
homepage="https://github.com/firehol/iprange/"
distfiles="https://github.com/firehol/iprange/archive/v${version}.tar.gz"
checksum=9df4f45c229678eca97ecce03f12010ba4faabca85f86ec3f05dec5ad75cf69d
pre_configure() {
./autogen.sh
}