1 # Maintainer: Felix Yan <felixonmars@archlinux.org>
2 # Contributor: Eric BĂ©langer <eric@archlinux.org>
7 pkgdesc="Simple Authentication and Security Layer framework and a few common SASL mechanisms"
9 url="https://josefsson.org/gsasl/"
11 depends=('gnutls' 'libidn' 'krb5' 'libgcrypt')
12 source=(https://ftp.gnu.org/gnu/gsasl/$pkgname-$pkgver.tar.gz{,.sig})
13 sha512sums=('01c6f6bd9f986c942a25b89fee0052aef8c10bf914ead29983abdf0cc8fcaa7223fd9d9eeafb4be07e4bc318f087f6f6258facaaeb7f83bca8de512406812be5'
15 validpgpkeys=('B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE' # Simon Josefsson <simon@josefsson.org>
16 '9AA9BDB11BB1B99A21285A330664A76954265E8C') # Simon Josefsson <simon@josefsson.org>
19 ./configure --prefix=/usr --with-gssapi-impl=mit
25 make DESTDIR="$pkgdir" install