summaryrefslogtreecommitdiff
path: root/community-testing/libzdb/PKGBUILD
blob: 9e03c87cf27b8feb1a7c2197623cbf8fdcf94e75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $Id: PKGBUILD 62082 2012-01-15 19:15:26Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>

pkgname=libzdb
pkgver=2.10
pkgrel=1
pkgdesc="Zild Database Library"
arch=(i686 x86_64)
url="http://www.tildeslash.com/libzdb/"
license=('GPL')
depends=('postgresql-libs' 'sqlite3' 'libmysqlclient')
options=(!libtool)
source=(http://www.tildeslash.com/libzdb/dist/libzdb-$pkgver.tar.gz)
md5sums=('fdc04b4b7f33cdcdfc6b559ba9965825')

build() {
  cd "$srcdir/$pkgname-$pkgver"
  ./configure --prefix=/usr
  make
  make DESTDIR="$pkgdir/" install
}