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

Massimiliano Torromeo mtorromeo at gemini.archlinux.org
Mon Feb 28 11:36:40 UTC 2022


    Date: Monday, February 28, 2022 @ 11:36:40
  Author: mtorromeo
Revision: 1138377

archrelease: copy trunk to community-x86_64

Added:
  libmaxminddb/repos/community-x86_64/PKGBUILD
    (from rev 1138376, libmaxminddb/trunk/PKGBUILD)
Deleted:
  libmaxminddb/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   87 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-28 11:36:33 UTC (rev 1138376)
+++ PKGBUILD	2022-02-28 11:36:40 UTC (rev 1138377)
@@ -1,43 +0,0 @@
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-# Contributor: frank AT apsu DOT be
-
-pkgname=(libmaxminddb mmdblookup)
-
-pkgver=1.6.0
-pkgrel=2
-pkgdesc="MaxMind GeoIP2 database - split package with library and utilities"
-license=('Apache')
-arch=('x86_64')
-url="https://dev.maxmind.com/geoip/geoip2/downloadable/"
-optdepends=('geoip2-database: IP geolocation databases')
-source=("https://github.com/maxmind/libmaxminddb/releases/download/$pkgver/libmaxminddb-$pkgver.tar.gz")
-sha256sums=('7620ac187c591ce21bcd7bf352376a3c56a933e684558a1f6bef4bd4f3f98267')
-
-build() {
-	cd "$srcdir"/libmaxminddb-$pkgver
-	./configure --prefix=/usr
-	make
-}
-
-check() {
-	cd "$srcdir"/libmaxminddb-$pkgver
-	make check
-}
-
-package_libmaxminddb() {
-	pkgdesc="MaxMindDB GeoIP2 database library"
-	depends=('glibc')
-
-	cd "$srcdir"/libmaxminddb-$pkgver
-	make PREFIX=/usr DESTDIR="$pkgdir" install
-	rm -rf "$pkgdir"/usr/{bin,share/man/man1}
-}
-
-package_mmdblookup() {
-	pkgdesc="MaxMindDB GeoIP2 lookup utility"
-	depends=('libmaxminddb')
-
-	cd "$srcdir"/libmaxminddb-$pkgver
-	make PREFIX=/usr DESTDIR="$pkgdir" install
-	rm -rf "$pkgdir"/usr/{lib,include,share/man/man3}
-}

Copied: libmaxminddb/repos/community-x86_64/PKGBUILD (from rev 1138376, libmaxminddb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-28 11:36:40 UTC (rev 1138377)
@@ -0,0 +1,44 @@
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Contributor: frank AT apsu DOT be
+
+pkgname=(libmaxminddb mmdblookup)
+
+pkgver=1.6.0
+pkgrel=3
+pkgdesc="MaxMind GeoIP2 database - split package with library and utilities"
+license=('Apache')
+arch=('x86_64')
+url="https://dev.maxmind.com/geoip/geoip2/downloadable/"
+optdepends=('geoip2-database: IP geolocation databases')
+options=('debug')
+source=("https://github.com/maxmind/libmaxminddb/releases/download/$pkgver/libmaxminddb-$pkgver.tar.gz")
+sha256sums=('7620ac187c591ce21bcd7bf352376a3c56a933e684558a1f6bef4bd4f3f98267')
+
+build() {
+	cd "$srcdir"/libmaxminddb-$pkgver
+	./configure --prefix=/usr
+	make
+}
+
+check() {
+	cd "$srcdir"/libmaxminddb-$pkgver
+	make check
+}
+
+package_libmaxminddb() {
+	pkgdesc="MaxMindDB GeoIP2 database library"
+	depends=('glibc')
+
+	cd "$srcdir"/libmaxminddb-$pkgver
+	make PREFIX=/usr DESTDIR="$pkgdir" install
+	rm -rf "$pkgdir"/usr/{bin,share/man/man1}
+}
+
+package_mmdblookup() {
+	pkgdesc="MaxMindDB GeoIP2 lookup utility"
+	depends=('libmaxminddb')
+
+	cd "$srcdir"/libmaxminddb-$pkgver
+	make PREFIX=/usr DESTDIR="$pkgdir" install
+	rm -rf "$pkgdir"/usr/{lib,include,share/man/man3}
+}



More information about the arch-commits mailing list