summaryrefslogtreecommitdiff
path: root/community/libzdb
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-01-23 00:06:58 -0800
committerroot <root@rshg054.dnsready.net>2013-01-23 00:06:58 -0800
commit91fea2e90c87b282a3bb39b080b8c51eb52cdbbe (patch)
tree27b5a5e0c621c065f896dd02b57ae7f0cab5cdb1 /community/libzdb
parent949fa4e5ed405aaddcebff7e21008f03cdffa580 (diff)
Wed Jan 23 00:06:58 PST 2013
Diffstat (limited to 'community/libzdb')
-rw-r--r--community/libzdb/PKGBUILD16
1 files changed, 10 insertions, 6 deletions
diff --git a/community/libzdb/PKGBUILD b/community/libzdb/PKGBUILD
index 71f6b12fd..c44dd0733 100644
--- a/community/libzdb/PKGBUILD
+++ b/community/libzdb/PKGBUILD
@@ -1,21 +1,25 @@
-# $Id: PKGBUILD 67637 2012-03-13 14:57:55Z spupykin $
+# $Id: PKGBUILD 82597 2013-01-21 11:20:45Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=libzdb
-pkgver=2.10.1
+pkgver=2.11.1
pkgrel=1
pkgdesc="Zild Database Library"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
url="http://www.tildeslash.com/libzdb/"
license=('GPL')
-depends=('postgresql-libs' 'sqlite3' 'libmysqlclient')
-options=(!libtool)
+depends=('postgresql-libs' 'sqlite' 'libmysqlclient')
+options=('!libtool')
source=(http://www.tildeslash.com/libzdb/dist/libzdb-$pkgver.tar.gz)
-md5sums=('f0f1d87241c5605af0bcc6407d134d69')
+md5sums=('155e89d96df4ec22e984442137f75289')
build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr
make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir/" install
}