void-packages/srcpkgs/iprange/template

17 lines
446 B
Bash
Raw Normal View History

2015-12-22 10:53:57 +01:00
# 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
}