summaryrefslogtreecommitdiff
path: root/community/metakit
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/metakit
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 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
-}