Merge pull request #3212 from diogoleal/iprange

New package: iprange-1.0.1
This commit is contained in:
Juan RP 2015-12-24 08:16:55 +01:00
commit 9502e37d8d

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
}