diff options
author | root <root@rshg054.dnsready.net> | 2012-03-15 00:01:19 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-15 00:01:19 +0000 |
commit | 14635ca5380a480450a66c3fcc29992d29a2bd8e (patch) | |
tree | a2f8e712c9e15b829397666c06d1cdd1a877d8a6 /community/libgringotts | |
parent | 01a0c4bc740842efa3bf1a7e1d6c8be5656e4e2a (diff) |
Thu Mar 15 00:01:19 UTC 2012
Diffstat (limited to 'community/libgringotts')
-rw-r--r-- | community/libgringotts/PKGBUILD | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/community/libgringotts/PKGBUILD b/community/libgringotts/PKGBUILD index 4dfc27e40..e8665a917 100644 --- a/community/libgringotts/PKGBUILD +++ b/community/libgringotts/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 22411 2010-07-21 18:37:34Z jlichtblau $ +# $Id: PKGBUILD 67534 2012-03-13 11:05:54Z lcarlier $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> pkgname=libgringotts pkgver=1.2.1 -pkgrel=7 +pkgrel=8 pkgdesc="Encryption backend for Gringotts." arch=('i686' 'x86_64') url="http://developer.berlios.de/projects/gringotts" @@ -19,7 +19,11 @@ build() { autoconf ./configure --prefix=/usr - make || return 1 + make +} +pckage() { + cd ${srcdir}/$pkgname-$pkgver + make DESTDIR=${pkgdir} install rm -fr ${pkgdir}/usr/share || return 1 |