17 lines
446 B
Bash
17 lines
446 B
Bash
|
# 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
|
||
|
}
|