Date: Monday, March 4, 2013 @ 12:34:54 Author: spupykin Revision: 85636
archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: libzdb/repos/community-staging-i686/ libzdb/repos/community-staging-i686/PKGBUILD (from rev 85635, libzdb/trunk/PKGBUILD) libzdb/repos/community-staging-x86_64/ libzdb/repos/community-staging-x86_64/PKGBUILD (from rev 85635, libzdb/trunk/PKGBUILD) -----------------------------------+ community-staging-i686/PKGBUILD | 25 +++++++++++++++++++++++++ community-staging-x86_64/PKGBUILD | 25 +++++++++++++++++++++++++ 2 files changed, 50 insertions(+) Copied: libzdb/repos/community-staging-i686/PKGBUILD (from rev 85635, libzdb/trunk/PKGBUILD) =================================================================== --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2013-03-04 11:34:54 UTC (rev 85636) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> + +pkgname=libzdb +pkgver=2.11.1 +pkgrel=2 +pkgdesc="Zild Database Library" +arch=('i686' 'x86_64') +url="http://www.tildeslash.com/libzdb/" +license=('GPL') +depends=('postgresql-libs' 'sqlite' 'libmariadbclient') +options=('!libtool') +source=(http://www.tildeslash.com/libzdb/dist/libzdb-$pkgver.tar.gz) +md5sums=('155e89d96df4ec22e984442137f75289') + +build() { + cd "$srcdir/$pkgname-$pkgver" + ./configure --prefix=/usr + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir/" install +} Copied: libzdb/repos/community-staging-x86_64/PKGBUILD (from rev 85635, libzdb/trunk/PKGBUILD) =================================================================== --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2013-03-04 11:34:54 UTC (rev 85636) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> + +pkgname=libzdb +pkgver=2.11.1 +pkgrel=2 +pkgdesc="Zild Database Library" +arch=('i686' 'x86_64') +url="http://www.tildeslash.com/libzdb/" +license=('GPL') +depends=('postgresql-libs' 'sqlite' 'libmariadbclient') +options=('!libtool') +source=(http://www.tildeslash.com/libzdb/dist/libzdb-$pkgver.tar.gz) +md5sums=('155e89d96df4ec22e984442137f75289') + +build() { + cd "$srcdir/$pkgname-$pkgver" + ./configure --prefix=/usr + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir/" install +}