summaryrefslogtreecommitdiff
path: root/community/gsasl/PKGBUILD
blob: ca80bc8c5efe1eb0727eead334ce591f676e87df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $Id: PKGBUILD 32555 2010-11-14 16:59:49Z 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
pkgdesc="Simple Authentication and Security Layer framework and a few common SASL mechanisms"
arch=("i686" "x86_64" 'mips64el')
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"
}