diff options
author | piernov <piernov@piernov.org> | 2012-04-01 12:32:08 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-04-01 12:32:08 +0200 |
commit | 8c0c1a316a1272aebf3c129b7aa53507caa49955 (patch) | |
tree | 225e50f337718ae22a0eaf652da5e9bfdfb6e727 /libgsasl/Pkgfile | |
parent | 9737da62058de164a5a8623e1d46d579767d780c (diff) | |
download | gnome3-8c0c1a316a1272aebf3c129b7aa53507caa49955.tar.gz gnome3-8c0c1a316a1272aebf3c129b7aa53507caa49955.tar.bz2 gnome3-8c0c1a316a1272aebf3c129b7aa53507caa49955.tar.xz gnome3-8c0c1a316a1272aebf3c129b7aa53507caa49955.zip |
libgsasl 1.6.1-1 ajout port
Diffstat (limited to 'libgsasl/Pkgfile')
-rwxr-xr-x | libgsasl/Pkgfile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libgsasl/Pkgfile b/libgsasl/Pkgfile new file mode 100755 index 0000000..fb740d8 --- /dev/null +++ b/libgsasl/Pkgfile @@ -0,0 +1,16 @@ +# Description: Implementation du framework Simple Authentication and Security Layer. +# URL: http://www.gnu.org/software/gsasl/ +# Maintainer: NuTyX core team +# Packager: piernov <piernov@piernov.org> + +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 +} |