summaryrefslogtreecommitdiff
path: root/community/libzdb/PKGBUILD
blob: 8332420bf4f9049e61c6573ee3368e945a3a6195 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $Id: PKGBUILD 100245 2013-11-02 08:41:34Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>

pkgname=libzdb
pkgver=2.12
pkgrel=2
pkgdesc="Zild Database Library"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.tildeslash.com/libzdb/"
license=('GPL')
depends=('postgresql-libs' 'sqlite' 'libmariadbclient')
source=(http://www.tildeslash.com/libzdb/dist/libzdb-$pkgver.tar.gz)
md5sums=('dd95114cae471d1b5dfda1f263b222c1')

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

package() {
  cd "$srcdir/$pkgname-$pkgver"
  make DESTDIR="$pkgdir/" install
}