summaryrefslogtreecommitdiff
path: root/libgsasl/Pkgfile
blob: 79f8b22326328a7c6206e19d62695a9fc3095eeb (plain)
    1 # Description:	GNU SASL Library
    2 # URL:		http://www.gnu.org/software/gsasl/
    3 # Maintainer:	Alan Mizrahi, alan at mizrahi dot com dot ve
    4 # Depends on:	
    5 
    6 name=libgsasl
    7 version=1.8.0
    8 release=1
    9 source=(ftp://ftp.gnu.org/gnu/gsasl/$name-$version.tar.gz)
   10 
   11 build () {
   12 	cd $name-$version
   13 	./configure \
   14 		--prefix=/usr \
   15 		--disable-nls \
   16 		--disable-static
   17 	make
   18 	make DESTDIR=$PKG install
   19 }

Generated by cgit