From 7a65a910b77ad191d69881098c47f9b0c852d92e Mon Sep 17 00:00:00 2001 From: root Date: Tue, 13 Aug 2013 01:33:19 -0700 Subject: Tue Aug 13 01:31:08 PDT 2013 --- community/libgringotts/PKGBUILD | 31 +++++++++++++++++++++++++++ community/libgringotts/libgringotts.changelog | 6 ++++++ 2 files changed, 37 insertions(+) create mode 100644 community/libgringotts/PKGBUILD create mode 100644 community/libgringotts/libgringotts.changelog (limited to 'community/libgringotts') diff --git a/community/libgringotts/PKGBUILD b/community/libgringotts/PKGBUILD new file mode 100644 index 000000000..ec06cbb6b --- /dev/null +++ b/community/libgringotts/PKGBUILD @@ -0,0 +1,31 @@ +# $Id: PKGBUILD 70182 2012-05-01 12:27:33Z andrea $ +# Maintainer: Jaroslav Lichtblau + +pkgname=libgringotts +pkgver=1.2.1 +pkgrel=10 +pkgdesc="Encryption backend for Gringotts" +arch=('i686' 'x86_64') +url="http://developer.berlios.de/projects/gringotts" +license=('GPL') +depends=('bzip2' 'libmcrypt' 'mhash' 'zlib') +changelog=$pkgname.changelog +options=('!libtool') +source=(http://download.berlios.de/gringotts/$pkgname-$pkgver.tar.bz2) +md5sums=('b2b1bad56ef33153f251ccd9500860be') + +build() { + cd ${srcdir}/$pkgname-$pkgver + + autoconf + ./configure --prefix=/usr + make +} + +package() { + cd ${srcdir}/$pkgname-$pkgver + + make DESTDIR=${pkgdir} install + + rm -fr ${pkgdir}/usr/share +} diff --git a/community/libgringotts/libgringotts.changelog b/community/libgringotts/libgringotts.changelog new file mode 100644 index 000000000..a2357a924 --- /dev/null +++ b/community/libgringotts/libgringotts.changelog @@ -0,0 +1,6 @@ +2012-05-01 Andrea Scarpino + * Remove libtool dependence + * Remove .la file + +2009-03-21 Jaroslav Lichtblau + * osmo dependency, moved to [community] -- cgit v1.2.3-54-g00ecf