ef11f57681
Generated with: git ls-files 'srcpkgs/**/patches/*' | cut -d/ -f2 | uniq | xargs printf 'srcpkgs/%s/template\n' | xargs grep -L 'patch_args=' | xargs sed -i '$a patch_args=-Np0"
15 lines
586 B
Bash
15 lines
586 B
Bash
# Template file for 'ipv6calc'
|
|
pkgname=ipv6calc
|
|
version=3.1.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=db690da55a31db063f87af7731cf5c913d8622057fc6c9f66f879725b1540496
|
|
patch_args=-Np0
|