# Description: Implementation du framework Simple Authentication and Security Layer. # URL: http://www.gnu.org/software/gsasl/ # Maintainer: NuTyX core team # Packager: piernov name=libgsasl version=1.6.1 release=1 source=(http://ftp.gnu.org/gnu/gsasl/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr make make DESTDIR=$PKG install }