Merge pull request #3212 from diogoleal/iprange
New package: iprange-1.0.1
This commit is contained in:
commit
9502e37d8d
1 changed files with 16 additions and 0 deletions
16
srcpkgs/iprange/template
Normal file
16
srcpkgs/iprange/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue