From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- community/gsasl/PKGBUILD | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 community/gsasl/PKGBUILD (limited to 'community/gsasl') diff --git a/community/gsasl/PKGBUILD b/community/gsasl/PKGBUILD new file mode 100644 index 000000000..c71b7ceb4 --- /dev/null +++ b/community/gsasl/PKGBUILD @@ -0,0 +1,23 @@ +# $Id: PKGBUILD 32555 2010-11-14 16:59:49Z spupykin $ +# Maintainer: Sergej Pupykin +# Contributor: Orivej Desh +# Maintainer: Orivej Desh + +pkgname=gsasl +pkgver=1.5.4 +pkgrel=1 +pkgdesc="Simple Authentication and Security Layer framework and a few common SASL mechanisms" +arch=("i686" "x86_64") +url="http://josefsson.org/gsasl/" +license=("GPL") +depends=(gnutls libidn heimdal) +source=("ftp://alpha.gnu.org/gnu/gsasl/$pkgname-$pkgver.tar.gz") +md5sums=('44cf5073a6ee2d77d526605bd6ab3904') + +build() { + cd "$srcdir/$pkgname-$pkgver" + ./configure --prefix=/usr + make + make DESTDIR="$pkgdir" install + rm "$pkgdir/usr/share/info/dir" "$pkgdir/usr/lib/libgsasl.la" +} -- cgit v1.2.3-54-g00ecf