16 lines
589 B
Bash
16 lines
589 B
Bash
# Template file for 'ipv6calc'
|
|
pkgname=ipv6calc
|
|
version=3.0.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--enable-geoip --enable-mmdb --enable-external"
|
|
hostmakedepends="perl"
|
|
makedepends="geoip-devel libmaxminddb-devel db-devel"
|
|
short_desc="Small utility to manipulate IPv6 addresses"
|
|
maintainer="Lon Willett <xgit@lonw.net>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://www.deepspace6.net/projects/ipv6calc.html"
|
|
distfiles="https://github.com/pbiering/ipv6calc/archive/${version}.tar.gz"
|
|
checksum=8728a823709bc39c7aecd29ee19508816accbaa27dfd15933fe1fa2e2cf1fcd7
|
|
|
|
CFLAGS="-fcommon"
|