18 lines
477 B
Bash
18 lines
477 B
Bash
# Template file for 'iprange'
|
|
pkgname=iprange
|
|
version=1.0.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-man"
|
|
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=17732630a014d233807a20a4abbd7cdf2a930c92fcc1b4e5ca2a55e9c0ea4973
|
|
|
|
pre_configure() {
|
|
./autogen.sh
|
|
}
|