Date: Monday, September 2, 2013 @ 16:51:26 Author: spupykin Revision: 96630
archrelease: copy trunk to community-i686, community-x86_64 Added: libzdb/repos/community-i686/PKGBUILD (from rev 96629, libzdb/trunk/PKGBUILD) libzdb/repos/community-x86_64/PKGBUILD (from rev 96629, libzdb/trunk/PKGBUILD) Deleted: libzdb/repos/community-i686/PKGBUILD libzdb/repos/community-x86_64/PKGBUILD ---------------------------+ /PKGBUILD | 50 ++++++++++++++++++++++++++++++++++++++++++++ community-i686/PKGBUILD | 25 ---------------------- community-x86_64/PKGBUILD | 25 ---------------------- 3 files changed, 50 insertions(+), 50 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2013-09-02 14:51:10 UTC (rev 96629) +++ community-i686/PKGBUILD 2013-09-02 14:51:26 UTC (rev 96630) @@ -1,25 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> - -pkgname=libzdb -pkgver=2.11.2 -pkgrel=1 -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=('f3ebd6c32c47be084643a44d34459499') - -build() { - cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir/" install -} Copied: libzdb/repos/community-i686/PKGBUILD (from rev 96629, libzdb/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-09-02 14:51:26 UTC (rev 96630) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> + +pkgname=libzdb +pkgver=2.11.3 +pkgrel=1 +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=('49c55f02e5b82110cd9007e215d58468') + +build() { + cd "$srcdir/$pkgname-$pkgver" + ./configure --prefix=/usr + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir/" install +} Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2013-09-02 14:51:10 UTC (rev 96629) +++ community-x86_64/PKGBUILD 2013-09-02 14:51:26 UTC (rev 96630) @@ -1,25 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> - -pkgname=libzdb -pkgver=2.11.2 -pkgrel=1 -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=('f3ebd6c32c47be084643a44d34459499') - -build() { - cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir/" install -} Copied: libzdb/repos/community-x86_64/PKGBUILD (from rev 96629, libzdb/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2013-09-02 14:51:26 UTC (rev 96630) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> + +pkgname=libzdb +pkgver=2.11.3 +pkgrel=1 +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=('49c55f02e5b82110cd9007e215d58468') + +build() { + cd "$srcdir/$pkgname-$pkgver" + ./configure --prefix=/usr + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir/" install +}