[arch-commits] Commit in libidn2/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Tue May 28 02:35:12 UTC 2019


    Date: Tuesday, May 28, 2019 @ 02:35:11
  Author: foutrelis
Revision: 354418

archrelease: copy trunk to testing-x86_64

Added:
  libidn2/repos/testing-x86_64/
  libidn2/repos/testing-x86_64/PKGBUILD
    (from rev 354417, libidn2/trunk/PKGBUILD)

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

Copied: libidn2/repos/testing-x86_64/PKGBUILD (from rev 354417, libidn2/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2019-05-28 02:35:11 UTC (rev 354418)
@@ -0,0 +1,41 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Daurnimator <quae at daurnimator.com>
+
+pkgname=libidn2
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="Free software implementation of IDNA2008, Punycode and TR46"
+arch=('x86_64')
+url="https://www.gnu.org/software/libidn/#libidn2"
+license=('GPL2' 'LGPL3')
+depends=('libunistring')
+makedepends=('ruby-ronn')
+provides=('libidn2.so')
+source=(https://ftp.gnu.org/gnu/libidn/$pkgname-$pkgver.tar.gz{,.sig})
+sha256sums=('fc734732b506d878753ec6606982bf7b936e868c25c30ddb0d83f7d7056381fe'
+            'SKIP')
+validpgpkeys=('1CB27DBC98614B2D5841646D08302DB6A2670428')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+    --prefix=/usr \
+    --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list