# $Id: PKGBUILD 150421 2012-02-17 13:03:41Z allan $ # Maintainer: Andrea Scarpino # Contributor: Dan McGee # Contributor: Dale Blount pkgname=pidgin-encryption pkgver=3.1 pkgrel=2 pkgdesc="A Pidgin plugin providing transparent RSA encryption using NSS" arch=('i686' 'x86_64') license=('GPL') url="http://pidgin-encrypt.sourceforge.net/" depends=('pidgin' 'nss') options=('!libtool') source=(http://downloads.sourceforge.net/pidgin-encrypt/$pkgname-$pkgver.tar.gz) md5sums=('d839eec602c21f913b32b742dc512f4b') build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr --disable-static make } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install }