[arch-commits] Commit in libidn2/repos (testing-x86_64 testing-x86_64/PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Thu May 13 00:48:39 UTC 2021
Date: Thursday, May 13, 2021 @ 00:48:38
Author: foutrelis
Revision: 415118
archrelease: copy trunk to testing-x86_64
Added:
libidn2/repos/testing-x86_64/
libidn2/repos/testing-x86_64/PKGBUILD
(from rev 415117, libidn2/trunk/PKGBUILD)
----------+
PKGBUILD | 43 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
Copied: libidn2/repos/testing-x86_64/PKGBUILD (from rev 415117, libidn2/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-05-13 00:48:38 UTC (rev 415118)
@@ -0,0 +1,43 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Daurnimator <quae at daurnimator.com>
+
+pkgname=libidn2
+pkgver=2.3.1
+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=('8af684943836b8b53965d5f5b6714ef13c26c91eaa36ce7d242e3d21f5d40f2d'
+ 'SKIP')
+validpgpkeys=('9AA9BDB11BB1B99A21285A330664A76954265E8C' # Simon Josefsson <simon at josefsson.org>
+ '1CB27DBC98614B2D5841646D08302DB6A2670428') # Tim Rühsen <tim.ruehsen at gmx.de>
+
+
+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