[arch-commits] Commit in ipv6calc/repos/community-x86_64 (PKGBUILD PKGBUILD)

Baptiste Jonglez zorun at archlinux.org
Fri Oct 5 21:11:30 UTC 2018


    Date: Friday, October 5, 2018 @ 21:11:29
  Author: zorun
Revision: 390416

archrelease: copy trunk to community-x86_64

Added:
  ipv6calc/repos/community-x86_64/PKGBUILD
    (from rev 390415, ipv6calc/trunk/PKGBUILD)
Deleted:
  ipv6calc/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  110 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-05 21:11:21 UTC (rev 390415)
+++ PKGBUILD	2018-10-05 21:11:29 UTC (rev 390416)
@@ -1,55 +0,0 @@
-# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
-# Contributor: mortzu
-
-pkgname=ipv6calc
-pkgver=1.0.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=('i686' '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')
-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=('74b0455e61834843bf8a5e7e0e0f39dd2b148114ff896d590eb2d826714594bd'
-            '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 390415, ipv6calc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-05 21:11:29 UTC (rev 390416)
@@ -0,0 +1,55 @@
+# 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:



More information about the arch-commits mailing list