[arch-commits] Commit in gsasl/repos (testing-x86_64 testing-x86_64/PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Aug 25 13:46:27 UTC 2019
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 <felixonmars at archlinux.org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
+
+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 <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