summaryrefslogtreecommitdiff
path: root/community/metakit
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/metakit
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/metakit')
-rw-r--r--community/metakit/PKGBUILD38
1 files changed, 0 insertions, 38 deletions
diff --git a/community/metakit/PKGBUILD b/community/metakit/PKGBUILD
deleted file mode 100644
index 289776b18..000000000
--- a/community/metakit/PKGBUILD
+++ /dev/null
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 66530 2012-02-25 23:36:00Z lfleischer $
-# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
-
-pkgname=metakit
-pkgver=2.4.9.7
-pkgrel=5
-pkgdesc='MetaKit is an efficient database library with a small footprint'
-arch=('i686' 'x86_64')
-url='http://www.equi4.com/metakit/'
-makedepends=('tcl' 'python2')
-license=('BSD')
-options=('!libtool')
-source=("http://www.equi4.com/pub/mk/${pkgname}-${pkgver}.tar.gz")
-md5sums=('17330257376eea657827ed632ea62c9e')
-
-build() {
- cd ${pkgname}-${pkgver}/builds
-
- sed -i 's_"${prefix}/include/python2.5"_"${prefix}/include/python2.7"_' ../unix/configure
- sed -i 's_"${prefix}/lib/python2.5/site-packages"_"${prefix}/lib/python2.7/site-packages"_' ../unix/configure
-
- ../unix/configure \
- --prefix=/usr \
- --with-python \
- --with-tcl=/usr/include
-
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}/builds
-
- mkdir -p ${pkgdir}/usr/lib/python2.7/site-packages
-
- make DESTDIR=${pkgdir} install
-
- install -D -m644 ../license.terms ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}