[arch-commits] Commit in geoip/repos (6 files)
Jan de Groot
jgc at nymeria.archlinux.org
Mon Sep 23 12:28:32 UTC 2013
Date: Monday, September 23, 2013 @ 14:28:32
Author: jgc
Revision: 194736
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
geoip/repos/extra-i686/PKGBUILD
(from rev 194735, geoip/trunk/PKGBUILD)
geoip/repos/extra-i686/pkgconfig.patch
(from rev 194735, geoip/trunk/pkgconfig.patch)
geoip/repos/extra-x86_64/PKGBUILD
(from rev 194735, geoip/trunk/PKGBUILD)
geoip/repos/extra-x86_64/pkgconfig.patch
(from rev 194735, geoip/trunk/pkgconfig.patch)
Deleted:
geoip/repos/extra-i686/PKGBUILD
geoip/repos/extra-x86_64/PKGBUILD
------------------------------+
/PKGBUILD | 100 +++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 43 -----------------
extra-i686/pkgconfig.patch | 8 +++
extra-x86_64/PKGBUILD | 43 -----------------
extra-x86_64/pkgconfig.patch | 8 +++
5 files changed, 116 insertions(+), 86 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2013-09-23 12:28:26 UTC (rev 194735)
+++ extra-i686/PKGBUILD 2013-09-23 12:28:32 UTC (rev 194736)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee <dan at archlinux.org>
-# Contributor: Manolis Tzanidakis <manolis at archlinux.org>
-
-pkgname=geoip
-pkgver=1.5.0
-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' 'geoip-database')
-backup=('etc/geoip/GeoIP.conf')
-options=('!libtool' '!emptydirs')
-source=(http://www.maxmind.com/download/geoip/api/c/GeoIP-$pkgver.tar.gz)
-sha256sums=('d1dbd4f27bcf0e760329f0f9c67a5fc81b4c56efbe0666159934c2bcd38caea2')
-
-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:
Copied: geoip/repos/extra-i686/PKGBUILD (from rev 194735, geoip/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-23 12:28:32 UTC (rev 194736)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Dan McGee <dan at archlinux.org>
+# Contributor: Manolis Tzanidakis <manolis at archlinux.org>
+
+pkgname=geoip
+pkgver=1.5.1
+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' 'geoip-database')
+backup=('etc/geoip/GeoIP.conf')
+options=('!libtool' '!emptydirs')
+source=(http://www.maxmind.com/download/geoip/api/c/GeoIP-$pkgver.tar.gz
+ pkgconfig.patch)
+sha256sums=('ec35ee73fcc54c493f4252565d1c81d022b398dd16de3af1522c8cab016f8731'
+ '64a6a608beabdc553019237d7da808dc234f760c21040036b2f589eaebba5d10')
+
+prepare() {
+ cd GeoIP-$pkgver
+ patch -Np1 -i ../pkgconfig.patch
+}
+
+build() {
+ cd GeoIP-$pkgver
+
+ autoreconf -vi
+ ./configure \
+ --prefix=/usr \
+ --mandir=/usr/share/man \
+ --sysconfdir=/etc/geoip
+ make
+}
+
+check() {
+ cd GeoIP-$pkgver
+ make check
+}
+
+package() {
+ cd 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:
Copied: geoip/repos/extra-i686/pkgconfig.patch (from rev 194735, geoip/trunk/pkgconfig.patch)
===================================================================
--- extra-i686/pkgconfig.patch (rev 0)
+++ extra-i686/pkgconfig.patch 2013-09-23 12:28:32 UTC (rev 194736)
@@ -0,0 +1,8 @@
+--- GeoIP-1.5.1/geoip.pc.in.orig 2013-03-23 02:26:09.000000000 +0000
++++ GeoIP-1.5.1/geoip.pc.in 2013-09-23 12:04:07.441555775 +0000
+@@ -1,4 +1,5 @@
+ prefix=@prefix@
++exec_prefix=${prefix}
+ libdir=@libdir@
+ includedir=@includedir@
+ datadir=@datarootdir@
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2013-09-23 12:28:26 UTC (rev 194735)
+++ extra-x86_64/PKGBUILD 2013-09-23 12:28:32 UTC (rev 194736)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee <dan at archlinux.org>
-# Contributor: Manolis Tzanidakis <manolis at archlinux.org>
-
-pkgname=geoip
-pkgver=1.5.0
-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' 'geoip-database')
-backup=('etc/geoip/GeoIP.conf')
-options=('!libtool' '!emptydirs')
-source=(http://www.maxmind.com/download/geoip/api/c/GeoIP-$pkgver.tar.gz)
-sha256sums=('d1dbd4f27bcf0e760329f0f9c67a5fc81b4c56efbe0666159934c2bcd38caea2')
-
-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:
Copied: geoip/repos/extra-x86_64/PKGBUILD (from rev 194735, geoip/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2013-09-23 12:28:32 UTC (rev 194736)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Dan McGee <dan at archlinux.org>
+# Contributor: Manolis Tzanidakis <manolis at archlinux.org>
+
+pkgname=geoip
+pkgver=1.5.1
+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' 'geoip-database')
+backup=('etc/geoip/GeoIP.conf')
+options=('!libtool' '!emptydirs')
+source=(http://www.maxmind.com/download/geoip/api/c/GeoIP-$pkgver.tar.gz
+ pkgconfig.patch)
+sha256sums=('ec35ee73fcc54c493f4252565d1c81d022b398dd16de3af1522c8cab016f8731'
+ '64a6a608beabdc553019237d7da808dc234f760c21040036b2f589eaebba5d10')
+
+prepare() {
+ cd GeoIP-$pkgver
+ patch -Np1 -i ../pkgconfig.patch
+}
+
+build() {
+ cd GeoIP-$pkgver
+
+ autoreconf -vi
+ ./configure \
+ --prefix=/usr \
+ --mandir=/usr/share/man \
+ --sysconfdir=/etc/geoip
+ make
+}
+
+check() {
+ cd GeoIP-$pkgver
+ make check
+}
+
+package() {
+ cd 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:
Copied: geoip/repos/extra-x86_64/pkgconfig.patch (from rev 194735, geoip/trunk/pkgconfig.patch)
===================================================================
--- extra-x86_64/pkgconfig.patch (rev 0)
+++ extra-x86_64/pkgconfig.patch 2013-09-23 12:28:32 UTC (rev 194736)
@@ -0,0 +1,8 @@
+--- GeoIP-1.5.1/geoip.pc.in.orig 2013-03-23 02:26:09.000000000 +0000
++++ GeoIP-1.5.1/geoip.pc.in 2013-09-23 12:04:07.441555775 +0000
+@@ -1,4 +1,5 @@
+ prefix=@prefix@
++exec_prefix=${prefix}
+ libdir=@libdir@
+ includedir=@includedir@
+ datadir=@datarootdir@
More information about the arch-commits
mailing list