[arch-commits] Commit in geoip/repos (4 files)

Evangelos Foutras foutrelis at archlinux.org
Thu May 3 01:01:32 UTC 2012


    Date: Wednesday, May 2, 2012 @ 21:01:32
  Author: foutrelis
Revision: 158109

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  geoip/repos/extra-i686/PKGBUILD
    (from rev 158108, geoip/trunk/PKGBUILD)
  geoip/repos/extra-x86_64/PKGBUILD
    (from rev 158108, geoip/trunk/PKGBUILD)
Deleted:
  geoip/repos/extra-i686/PKGBUILD
  geoip/repos/extra-x86_64/PKGBUILD

-----------------------+
 extra-i686/PKGBUILD   |   79 ++++++++++++++++++++++++++----------------------
 extra-x86_64/PKGBUILD |   79 ++++++++++++++++++++++++++----------------------
 2 files changed, 86 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-05-03 01:01:11 UTC (rev 158108)
+++ extra-i686/PKGBUILD	2012-05-03 01:01:32 UTC (rev 158109)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee <dan at archlinux.org>
-# Contributor: Manolis Tzanidakis <manolis at archlinux.org>
-
-pkgname=geoip
-pkgver=1.4.8
-pkgrel=1
-pkgdesc="Non-DNS IP-to-country resolver C library & utils"
-arch=('i686' 'x86_64')
-url="http://www.maxmind.com/app/c"
-license=('GPL')
-depends=('zlib')
-backup=('etc/geoip/GeoIP.conf')
-options=('!libtool')
-source=(http://www.maxmind.com/download/geoip/api/c/GeoIP-${pkgver}.tar.gz)
-md5sums=('05b7300435336231b556df5ab36f326d')
-
-build() {
-  cd "${srcdir}/GeoIP-${pkgver}"
-
-  autoreconf -i
-  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc/geoip
-  make
-}
-
-check() {
-  cd "${srcdir}/GeoIP-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${srcdir}/GeoIP-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geoip/repos/extra-i686/PKGBUILD (from rev 158108, geoip/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-05-03 01:01:32 UTC (rev 158109)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Dan McGee <dan at archlinux.org>
+# Contributor: Manolis Tzanidakis <manolis at archlinux.org>
+
+pkgname=geoip
+pkgver=1.4.8
+pkgrel=2
+pkgdesc="Non-DNS IP-to-country resolver C library & utils"
+arch=('i686' 'x86_64')
+url="http://www.maxmind.com/app/c"
+license=('GPL')
+depends=('zlib' 'geoip-database')
+backup=('etc/geoip/GeoIP.conf')
+options=('!libtool' '!emptydirs')
+source=(http://www.maxmind.com/download/geoip/api/c/GeoIP-$pkgver.tar.gz)
+sha256sums=('cf0f6b2bac1153e34d6ef55ee3851479b347d2b5c191fda8ff6a51fab5291ff4')
+
+build() {
+  cd "$srcdir/GeoIP-$pkgver"
+
+  autoreconf -vi
+  ./configure \
+    --prefix=/usr \
+    --mandir=/usr/share/man \
+    --sysconfdir=/etc/geoip
+  make
+}
+
+check() {
+  cd "$srcdir/GeoIP-$pkgver"
+  make check
+}
+
+package() {
+  cd "$srcdir/GeoIP-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # country database is provided by geoip-database
+  rm "$pkgdir/usr/share/GeoIP/GeoIP.dat"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-05-03 01:01:11 UTC (rev 158108)
+++ extra-x86_64/PKGBUILD	2012-05-03 01:01:32 UTC (rev 158109)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee <dan at archlinux.org>
-# Contributor: Manolis Tzanidakis <manolis at archlinux.org>
-
-pkgname=geoip
-pkgver=1.4.8
-pkgrel=1
-pkgdesc="Non-DNS IP-to-country resolver C library & utils"
-arch=('i686' 'x86_64')
-url="http://www.maxmind.com/app/c"
-license=('GPL')
-depends=('zlib')
-backup=('etc/geoip/GeoIP.conf')
-options=('!libtool')
-source=(http://www.maxmind.com/download/geoip/api/c/GeoIP-${pkgver}.tar.gz)
-md5sums=('05b7300435336231b556df5ab36f326d')
-
-build() {
-  cd "${srcdir}/GeoIP-${pkgver}"
-
-  autoreconf -i
-  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc/geoip
-  make
-}
-
-check() {
-  cd "${srcdir}/GeoIP-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${srcdir}/GeoIP-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geoip/repos/extra-x86_64/PKGBUILD (from rev 158108, geoip/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-05-03 01:01:32 UTC (rev 158109)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Dan McGee <dan at archlinux.org>
+# Contributor: Manolis Tzanidakis <manolis at archlinux.org>
+
+pkgname=geoip
+pkgver=1.4.8
+pkgrel=2
+pkgdesc="Non-DNS IP-to-country resolver C library & utils"
+arch=('i686' 'x86_64')
+url="http://www.maxmind.com/app/c"
+license=('GPL')
+depends=('zlib' 'geoip-database')
+backup=('etc/geoip/GeoIP.conf')
+options=('!libtool' '!emptydirs')
+source=(http://www.maxmind.com/download/geoip/api/c/GeoIP-$pkgver.tar.gz)
+sha256sums=('cf0f6b2bac1153e34d6ef55ee3851479b347d2b5c191fda8ff6a51fab5291ff4')
+
+build() {
+  cd "$srcdir/GeoIP-$pkgver"
+
+  autoreconf -vi
+  ./configure \
+    --prefix=/usr \
+    --mandir=/usr/share/man \
+    --sysconfdir=/etc/geoip
+  make
+}
+
+check() {
+  cd "$srcdir/GeoIP-$pkgver"
+  make check
+}
+
+package() {
+  cd "$srcdir/GeoIP-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # country database is provided by geoip-database
+  rm "$pkgdir/usr/share/GeoIP/GeoIP.dat"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list