[arch-commits] Commit in lib32-libidn/repos (2 files)

Felix Yan fyan at archlinux.org
Sun Aug 2 12:23:56 UTC 2015


    Date: Sunday, August 2, 2015 @ 14:23:56
  Author: fyan
Revision: 137696

archrelease: copy trunk to multilib-testing-x86_64

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

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

Copied: lib32-libidn/repos/multilib-testing-x86_64/PKGBUILD (from rev 137695, lib32-libidn/trunk/PKGBUILD)
===================================================================
--- multilib-testing-x86_64/PKGBUILD	                        (rev 0)
+++ multilib-testing-x86_64/PKGBUILD	2015-08-02 12:23:56 UTC (rev 137696)
@@ -0,0 +1,27 @@
+# $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}
+}



More information about the arch-commits mailing list