[arch-commits] Commit in libidn/repos (4 files)
Andreas Radke
andyrtr at archlinux.org
Thu Jul 28 20:20:12 UTC 2016
Date: Thursday, July 28, 2016 @ 20:20:12
Author: andyrtr
Revision: 272665
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
libidn/repos/testing-i686/
libidn/repos/testing-i686/PKGBUILD
(from rev 272664, libidn/trunk/PKGBUILD)
libidn/repos/testing-x86_64/
libidn/repos/testing-x86_64/PKGBUILD
(from rev 272664, libidn/trunk/PKGBUILD)
-------------------------+
testing-i686/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 68 insertions(+)
Copied: libidn/repos/testing-i686/PKGBUILD (from rev 272664, libidn/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2016-07-28 20:20:12 UTC (rev 272665)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Jan de Groot <jgc.archlinux.org>
+# Contributor: Eric Johnson <eric.archlinux.org>
+
+pkgname=libidn
+pkgver=1.33
+pkgrel=1
+pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications"
+url="http://www.gnu.org/software/libidn/"
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL')
+depends=('glibc')
+makedepends=('texinfo' 'gtk-doc')
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('57872fdc665dcc585e16f4ac0bb35374b1103f7e'
+ 'SKIP')
+validpgpkeys=('9AA9BDB11BB1B99A21285A330664A76954265E8C') # "Simon Josefsson <simon at josefsson.org>"
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr \
+ --enable-gtk-doc
+ make
+}
+
+check() {
+ cd ${pkgname}-${pkgver}
+ make check
+}
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR=${pkgdir} install
+}
Copied: libidn/repos/testing-x86_64/PKGBUILD (from rev 272664, libidn/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-07-28 20:20:12 UTC (rev 272665)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Jan de Groot <jgc.archlinux.org>
+# Contributor: Eric Johnson <eric.archlinux.org>
+
+pkgname=libidn
+pkgver=1.33
+pkgrel=1
+pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications"
+url="http://www.gnu.org/software/libidn/"
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL')
+depends=('glibc')
+makedepends=('texinfo' 'gtk-doc')
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('57872fdc665dcc585e16f4ac0bb35374b1103f7e'
+ 'SKIP')
+validpgpkeys=('9AA9BDB11BB1B99A21285A330664A76954265E8C') # "Simon Josefsson <simon at josefsson.org>"
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr \
+ --enable-gtk-doc
+ make
+}
+
+check() {
+ cd ${pkgname}-${pkgver}
+ make check
+}
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR=${pkgdir} install
+}
More information about the arch-commits
mailing list