summaryrefslogtreecommitdiff
path: root/community/libzdb/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libzdb/PKGBUILD')
-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
}