summaryrefslogtreecommitdiff
path: root/community/libgringotts
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/libgringotts
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/libgringotts')
-rw-r--r--community/libgringotts/PKGBUILD31
-rw-r--r--community/libgringotts/libgringotts.changelog6
2 files changed, 0 insertions, 37 deletions
diff --git a/community/libgringotts/PKGBUILD b/community/libgringotts/PKGBUILD
deleted file mode 100644
index ec06cbb6b..000000000
--- a/community/libgringotts/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 70182 2012-05-01 12:27:33Z andrea $
-# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
-
-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
deleted file mode 100644
index a2357a924..000000000
--- a/community/libgringotts/libgringotts.changelog
+++ /dev/null
@@ -1,6 +0,0 @@
-2012-05-01 Andrea Scarpino <andrea@archlinux.org>
- * Remove libtool dependence
- * Remove .la file
-
-2009-03-21 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * osmo dependency, moved to [community]