summaryrefslogtreecommitdiff
path: root/community/gsasl
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-05-12 22:37:15 +0000
committerroot <root@rshg047.dnsready.net>2011-05-12 22:37:15 +0000
commit1982ae8d63ab142a2a16bdf1b055110d9c9f40fd (patch)
treedbb34352753ef1b7e1893aa225490fad5306ba22 /community/gsasl
parent5c25d28847bcae8c3c51c1babcb09d36c7fbddba (diff)
Thu May 12 22:37:08 UTC 2011
Diffstat (limited to 'community/gsasl')
-rw-r--r--community/gsasl/PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/community/gsasl/PKGBUILD b/community/gsasl/PKGBUILD
index c71b7ceb4..01c39c725 100644
--- a/community/gsasl/PKGBUILD
+++ b/community/gsasl/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 32555 2010-11-14 16:59:49Z spupykin $
+# $Id: PKGBUILD 45799 2011-04-29 10:48:15Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Orivej Desh <smpuj@bk.ru>
# Maintainer: Orivej Desh <smpuj@bk.ru>
pkgname=gsasl
pkgver=1.5.4
-pkgrel=1
+pkgrel=2
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)
+depends=('gnutls' 'libidn' 'krb5')
source=("ftp://alpha.gnu.org/gnu/gsasl/$pkgname-$pkgver.tar.gz")
md5sums=('44cf5073a6ee2d77d526605bd6ab3904')
@@ -18,6 +18,10 @@ build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr
make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
rm "$pkgdir/usr/share/info/dir" "$pkgdir/usr/lib/libgsasl.la"
}