[arch-commits] Commit in ipv6calc/repos/community-x86_64 (PKGBUILD PKGBUILD)
Baptiste Jonglez
zorun at archlinux.org
Sat Apr 25 11:39:06 UTC 2020
Date: Saturday, April 25, 2020 @ 11:39:05
Author: zorun
Revision: 620647
archrelease: copy trunk to community-x86_64
Added:
ipv6calc/repos/community-x86_64/PKGBUILD
(from rev 620646, ipv6calc/trunk/PKGBUILD)
Deleted:
ipv6calc/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 111 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 56 insertions(+), 55 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-25 11:38:56 UTC (rev 620646)
+++ PKGBUILD 2020-04-25 11:39:05 UTC (rev 620647)
@@ -1,55 +0,0 @@
-# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
-# Contributor: mortzu
-
-pkgname=ipv6calc
-pkgver=1.1.0
-pkgrel=1
-pkgdesc='Small utility to manipulate, convert and calculate (more than) IPv6 addresses'
-url='https://www.deepspace6.net/projects/ipv6calc.html'
-license=('GPL2')
-arch=('x86_64')
-# See https://www.deepspace6.net/projects/ipv6calc.html#idm140634407144416
-makedepends=('geoip')
-optdepends=('geoip: for country GeoIP support'
- 'geoip-database-extra: for city-level GeoIP support')
-checkdepends=('perl-digest-sha1' 'perl-uri' 'perl-html-parser' 'perl-proc-processtable')
-source=("ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/${pkgname}-${pkgver}.tar.gz"{,.asc}
- "ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/CODE-GPG-KEY-bieringer.de-2013")
-sha256sums=('782d8f9b61520598316530907898038e8adcb76b1c01bc2885650374de8ce4e0'
- 'SKIP'
- '5499fe16d94c686d0c220b55592e129dca79741b96fa5b5cf2b4e872956e4801')
-validpgpkeys=('AAB38CB797C750C778C608C6DDEB141DF7380F61') # Peter Bieringer (Code Signing Key 2013) <code at bieringer.de>
-
-prepare() {
- cd "${pkgname}-${pkgver}"
-
- autoconf
-}
-
-build() {
- cd "${pkgname}-${pkgver}"
-
- ./configure \
- --prefix="/usr" \
- --libdir="/usr/lib" \
- --datarootdir="/usr/share" \
- --enable-shared \
- --enable-bundled-md5 \
- --enable-geoip \
- --with-geoip-dynamic=yes
- make
-}
-
-check() {
- cd "${pkgname}-${pkgver}"
-
- make test-minimal
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
-
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: ipv6calc/repos/community-x86_64/PKGBUILD (from rev 620646, ipv6calc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-25 11:39:05 UTC (rev 620647)
@@ -0,0 +1,56 @@
+# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
+# Contributor: mortzu
+
+pkgname=ipv6calc
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='Small utility to manipulate, convert and calculate (more than) IPv6 addresses'
+url='https://www.deepspace6.net/projects/ipv6calc.html'
+license=('GPL2')
+arch=('x86_64')
+# See https://www.deepspace6.net/projects/ipv6calc.html#idm140634407144416
+makedepends=('geoip')
+optdepends=('geoip: for country GeoIP support'
+ 'geoip-database-extra: for city-level GeoIP support'
+ 'perl: to run the provided scripts')
+checkdepends=('perl-digest-sha1' 'perl-uri' 'perl-html-parser' 'perl-proc-processtable')
+source=("ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/${pkgname}-${pkgver}.tar.gz"{,.asc}
+ "ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/CODE-GPG-KEY-bieringer.de-2013")
+sha256sums=('1935352f6171b07f18ce0487ee95ffcc006ea3f653f7cba564d2d8e135f04ca1'
+ 'SKIP'
+ '5499fe16d94c686d0c220b55592e129dca79741b96fa5b5cf2b4e872956e4801')
+validpgpkeys=('AAB38CB797C750C778C608C6DDEB141DF7380F61') # Peter Bieringer (Code Signing Key 2013) <code at bieringer.de>
+
+prepare() {
+ cd "${pkgname}-${pkgver}"
+
+ autoconf
+}
+
+build() {
+ cd "${pkgname}-${pkgver}"
+
+ ./configure \
+ --prefix="/usr" \
+ --libdir="/usr/lib" \
+ --datarootdir="/usr/share" \
+ --enable-shared \
+ --enable-bundled-md5 \
+ --enable-geoip \
+ --with-geoip-dynamic=yes
+ make
+}
+
+check() {
+ cd "${pkgname}-${pkgver}"
+
+ make test-minimal
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list