Date: Sunday, August 25, 2019 @ 13:46:27
  Author: felixonmars
Revision: 361153

archrelease: copy trunk to testing-x86_64

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

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

Copied: gsasl/repos/testing-x86_64/PKGBUILD (from rev 361152, 
gsasl/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2019-08-25 13:46:27 UTC (rev 361153)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Eric BĂ©langer <[email protected]>
+
+pkgname=gsasl
+pkgver=1.8.1
+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=(http://download.savannah.nongnu.org/releases/gsasl/$pkgname-$pkgver.tar.gz{,.sig})
+sha1sums=('82ba0079da6918784a8170d4a13ee133d9df1d7a'
+          'SKIP')
+validpgpkeys=('B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE')  # Simon Josefsson 
<[email protected]>
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-gssapi-impl=mit
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Reply via email to