[arch-commits] Commit in iso-codes/repos (testing-any testing-any/PKGBUILD)

Felix Yan fyan at archlinux.org
Sun Aug 2 15:24:45 UTC 2015


    Date: Sunday, August 2, 2015 @ 17:24:45
  Author: fyan
Revision: 242930

archrelease: copy trunk to testing-any

Added:
  iso-codes/repos/testing-any/
  iso-codes/repos/testing-any/PKGBUILD
    (from rev 242929, iso-codes/trunk/PKGBUILD)

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Copied: iso-codes/repos/testing-any/PKGBUILD (from rev 242929, iso-codes/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2015-08-02 15:24:45 UTC (rev 242930)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=iso-codes
+pkgver=3.60
+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=('875cc8e1b7e89150b0ade59a988980ea'
+         'SKIP')
+validpgpkeys=('60A031EEAB8EFA24001DF0A283FD1C4682D138E0'
+              'D1CB8F39BC5DED24C5D2C78C1302F1F036EBEB19')  # Tobias Quathamer
+
+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