### this file is sourced not run
PKGVER=1.8.1
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=libgsasl-$PKGVER.tar.gz
MD5SUM=f92355b019c698b593110394857bdbac
SRC_URL=http://ftp.gnu.org/gnu/gsasl/$TARBALL
BUNDLE=

SLACKREQ='libidn2 libgcrypt' # libgnugss, krb5 - we don't link them in
SLACKDESC="libgsasl: libgsasl $PKGVER (GNU SASL library)
libgsasl: 
libgsasl: GNU SASL is an implementation of the Simple Authentication and 
libgsasl: Security Layer framework and a few common SASL mechanisms. SASL is 
libgsasl: used by network servers (e.g., IMAP, SMTP) to request authentication 
libgsasl: from clients, and in clients to authenticate against servers.
libgsasl: 
libgsasl: https://www.gnu.org/software/gsasl/
libgsasl: 
libgsasl: 
libgsasl: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --disable-static"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


