[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Fri Feb 3 16:07:38 UTC 2012
Date: Friday, February 3, 2012 @ 11:07:37
Author: ibiru
Revision: 148545
archrelease: copy trunk to extra-any
Added:
iso-codes/repos/extra-any/PKGBUILD
(from rev 148544, iso-codes/trunk/PKGBUILD)
Deleted:
iso-codes/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2012-02-03 16:07:28 UTC (rev 148544)
+++ PKGBUILD 2012-02-03 16:07:37 UTC (rev 148545)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=iso-codes
-pkgver=3.29
-pkgrel=1
-pkgdesc="Lists of the country, language, and currency names"
-arch=('any')
-url="http://pkg-isocodes.alioth.debian.org/"
-license=('LGPL')
-source=(http://pkg-isocodes.alioth.debian.org/downloads/${pkgname}-${pkgver}.tar.bz2{,.sig})
-md5sums=('c8c0c18d76cf204ad0da1e61229ea4c7'
- '81b3071ab9d4b40d3af21d0dea415b49')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" pkgconfigdir=/usr/lib/pkgconfig install
-}
Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 148544, iso-codes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2012-02-03 16:07:37 UTC (rev 148545)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=iso-codes
+pkgver=3.32
+pkgrel=1
+pkgdesc="Lists of the country, language, and currency names"
+arch=('any')
+url="http://pkg-isocodes.alioth.debian.org/"
+license=('LGPL')
+source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('32c8e19258796b38af79a15d658e40e7'
+ '01cca4ffe8b31321c12db830be7b2ecd')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
+}
More information about the arch-commits
mailing list