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

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

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

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


