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

Christian Hesse eworm at archlinux.org
Mon May 17 06:27:52 UTC 2021


    Date: Monday, May 17, 2021 @ 06:27:52
  Author: eworm
Revision: 935995

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 935994, lib32-libidn/trunk/PKGBUILD)

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

Copied: lib32-libidn/repos/multilib-testing-x86_64/PKGBUILD (from rev 935994, lib32-libidn/trunk/PKGBUILD)
===================================================================
--- multilib-testing-x86_64/PKGBUILD	                        (rev 0)
+++ multilib-testing-x86_64/PKGBUILD	2021-05-17 06:27:52 UTC (rev 935995)
@@ -0,0 +1,33 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+_pkgbasename=libidn
+pkgname=lib32-$_pkgbasename
+pkgver=1.37
+pkgrel=1
+pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications (32 bit)"
+url="https://www.gnu.org/software/libidn/"
+arch=('x86_64')
+license=('GPL3' 'LGPL')
+depends=('lib32-glibc' "$_pkgbasename>=$pkgver")
+source=("https://ftp.gnu.org/gnu/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz"{,.sig})
+sha512sums=('198a5b2f0db3ad076e3726dda7f197835dd93a126ee796c138185abd09ee2f828042225dd570fa19b58b3e81b120daf929f348a55f9a536c546dd3311c29e27c'
+            'SKIP')
+validpgpkeys=('9AA9BDB11BB1B99A21285A330664A76954265E8C'  # Simon Josefsson <simon at josefsson.org>
+              '1CB27DBC98614B2D5841646D08302DB6A2670428') # Tim Rühsen <tim.ruehsen at gmx.de>
+
+build() {
+  cd ${_pkgbasename}-${pkgver}
+
+  ./configure \
+    CC='gcc -m32' \
+    --prefix=/usr \
+    --libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd ${_pkgbasename}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}



More information about the arch-commits mailing list