21 lines
635 B
Bash
21 lines
635 B
Bash
# Template file for 'iprange'
|
|
pkgname=iprange
|
|
version=1.0.3
|
|
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=8e05f926d973748e26bb96d8365a9de9db85d279317319f28cd2907e9066b20a
|
|
# When run ./configure --disable-man using plataform *-musl
|
|
#occours error explained in link
|
|
# https://travis-ci.org/voidlinux/void-packages/builds/169090807
|
|
|
|
pre_configure() {
|
|
./autogen.sh
|
|
}
|