[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)
Jan de Groot
jgc at archlinux.org
Thu Aug 9 07:57:32 UTC 2012
Date: Thursday, August 9, 2012 @ 03:57:31
Author: jgc
Revision: 165028
archrelease: copy trunk to extra-any
Added:
iso-codes/repos/extra-any/PKGBUILD
(from rev 165027, iso-codes/trunk/PKGBUILD)
Deleted:
iso-codes/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2012-08-09 07:57:15 UTC (rev 165027)
+++ PKGBUILD 2012-08-09 07:57:31 UTC (rev 165028)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=iso-codes
-pkgver=3.34
-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=('6f86172dc7b1021a395887f44474ad61'
- '7b7a39398c2d4576c5bf3158f87dfe46')
-
-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 165027, iso-codes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2012-08-09 07:57:31 UTC (rev 165028)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=iso-codes
+pkgver=3.38
+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.xz{,.sig})
+md5sums=('df8dacc718116dae3db453a4d85c018a'
+ '5cc8ca3eec407a318fda79043de28569')
+
+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