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

Felix Yan felixonmars at archlinux.org
Tue Jan 5 15:31:39 UTC 2021


    Date: Tuesday, January 5, 2021 @ 15:31:39
  Author: felixonmars
Revision: 405278

archrelease: copy trunk to testing-x86_64

Added:
  gsasl/repos/testing-x86_64/
  gsasl/repos/testing-x86_64/PKGBUILD
    (from rev 405277, gsasl/trunk/PKGBUILD)

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

Copied: gsasl/repos/testing-x86_64/PKGBUILD (from rev 405277, gsasl/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2021-01-05 15:31:39 UTC (rev 405278)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
+
+pkgname=gsasl
+pkgver=1.10.0
+pkgrel=1
+pkgdesc="Simple Authentication and Security Layer framework and a few common SASL mechanisms"
+arch=('x86_64')
+url="https://josefsson.org/gsasl/"
+license=('GPL')
+depends=('gnutls' 'libidn' 'krb5' 'libgcrypt')
+source=(ftp://ftp.gnu.org/gnu/gsasl/$pkgname-$pkgver.tar.gz{,.sig})
+sha512sums=('8b1dc87e85dbfd0255b3b43c4b7f9c2e896cb03efe4cd4af86393b62fd193665aae4ce59e66db736722e32babfcea6d4f6ddd3c5f069dcc4210f7e9531043e4a'
+            'SKIP')
+validpgpkeys=('B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE'   # Simon Josefsson <simon at josefsson.org>
+              '9AA9BDB11BB1B99A21285A330664A76954265E8C')  # Simon Josefsson <simon at josefsson.org>
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-gssapi-impl=mit
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list