[arch-commits] Commit in lib32-libidn/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Aug 12 14:27:16 UTC 2016


    Date: Friday, August 12, 2016 @ 14:27:15
  Author: felixonmars
Revision: 186631

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libidn/repos/multilib-x86_64/PKGBUILD
    (from rev 186630, lib32-libidn/trunk/PKGBUILD)
Deleted:
  lib32-libidn/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-12 14:26:58 UTC (rev 186630)
+++ PKGBUILD	2016-08-12 14:27:15 UTC (rev 186631)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz <bluewind at xinu.at>
-_pkgbasename=libidn
-pkgname=lib32-$_pkgbasename
-pkgver=1.32
-pkgrel=1
-pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications (32 bit)"
-url="http://www.gnu.org/software/libidn/"
-arch=('x86_64')
-license=('GPL3' 'LGPL')
-depends=('lib32-glibc' "$_pkgbasename>=$pkgver")
-makedepends=('gcc-multilib')
-options=('!libtool')
-source=(http://ftp.gnu.org/gnu/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz)
-sha1sums=('ddd018611b98af7c67d434aa42d15d39f45129f5')
-
-build() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  ./configure --prefix=/usr --libdir=/usr/lib32 CC='gcc -m32'
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/{bin,include,share}
-}

Copied: lib32-libidn/repos/multilib-x86_64/PKGBUILD (from rev 186630, lib32-libidn/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-08-12 14:27:15 UTC (rev 186631)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+_pkgbasename=libidn
+pkgname=lib32-$_pkgbasename
+pkgver=1.33
+pkgrel=1
+pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications (32 bit)"
+url="http://www.gnu.org/software/libidn/"
+arch=('x86_64')
+license=('GPL3' 'LGPL')
+depends=('lib32-glibc' "$_pkgbasename>=$pkgver")
+source=(http://ftp.gnu.org/gnu/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz{,.sig})
+sha1sums=('57872fdc665dcc585e16f4ac0bb35374b1103f7e'
+          'SKIP')
+validpgpkeys=('9AA9BDB11BB1B99A21285A330664A76954265E8C') # "Simon Josefsson <simon at josefsson.org>"
+
+build() {
+  cd ${_pkgbasename}-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib32 CC='gcc -m32'
+  make
+}
+
+package() {
+  cd ${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+}



More information about the arch-commits mailing list