mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
ipv6calc: enable external and GeoIP2 databases
Also fix tool scripts to use bash instead of sh
This commit is contained in:
parent
0372cd04b5
commit
56377a52e5
2 changed files with 19 additions and 3 deletions
16
srcpkgs/ipv6calc/patches/use-bash-for-scripts.patch
Normal file
16
srcpkgs/ipv6calc/patches/use-bash-for-scripts.patch
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
--- tools/ipv6calc-update-registries.sh~ 2019-10-11 07:15:53.000000000 +0200
|
||||||
|
+++ tools/ipv6calc-update-registries.sh 2020-04-28 20:56:41.367743447 +0200
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-#!/bin/sh
|
||||||
|
+#!/bin/bash
|
||||||
|
#
|
||||||
|
# Project : ipv6calc/databases/registries
|
||||||
|
# File : update-registries.sh
|
||||||
|
--- tools/ipv6calc-registries-check-run-create.sh~ 2019-10-11 07:15:53.000000000 +0200
|
||||||
|
+++ tools/ipv6calc-registries-check-run-create.sh 2020-04-28 20:56:42.704763285 +0200
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-#!/bin/sh
|
||||||
|
+#!/bin/bash
|
||||||
|
#
|
||||||
|
# Project : ipv6calc/databases/ipv4-assignment
|
||||||
|
# File : ipv6calc-registries-check-run-create.sh
|
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'ipv6calc'
|
# Template file for 'ipv6calc'
|
||||||
pkgname=ipv6calc
|
pkgname=ipv6calc
|
||||||
version=2.2.0
|
version=2.2.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-geoip"
|
configure_args="--enable-geoip --enable-mmdb --enable-external"
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
makedepends="geoip-devel"
|
makedepends="geoip-devel libmaxminddb-devel db-devel"
|
||||||
short_desc="Small utility to manipulate IPv6 addresses"
|
short_desc="Small utility to manipulate IPv6 addresses"
|
||||||
maintainer="Lon Willett <xgit@lonw.net>"
|
maintainer="Lon Willett <xgit@lonw.net>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
|
|
Loading…
Add table
Reference in a new issue