[arch-commits] Commit in whitedb/repos (4 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sat Dec 27 23:45:27 UTC 2014


    Date: Sunday, December 28, 2014 @ 00:45:27
  Author: bpiotrowski
Revision: 124732

archrelease: copy trunk to community-i686, community-x86_64

Added:
  whitedb/repos/community-i686/
  whitedb/repos/community-i686/PKGBUILD
    (from rev 124731, whitedb/trunk/PKGBUILD)
  whitedb/repos/community-x86_64/
  whitedb/repos/community-x86_64/PKGBUILD
    (from rev 124731, whitedb/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   25 +++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   25 +++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

Copied: whitedb/repos/community-i686/PKGBUILD (from rev 124731, whitedb/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-12-27 23:45:27 UTC (rev 124732)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: ushi <ushi+arch at honkgong.info>
+
+pkgname=whitedb
+pkgver=0.7.3
+pkgrel=1
+pkgdesc='Lightweight NoSQL database library operaring fully in main memory'
+arch=('i686' 'x86_64')
+url='http://whitedb.org/'
+license=('GPL')
+makedepends=('python')
+optdepends=('python: for python bindings')
+source=(http://whitedb.org/$pkgname-$pkgver.tar.gz)
+md5sums=('fb9d79ad19d65f3f50fe3f82316a9721')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-python
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}

Copied: whitedb/repos/community-x86_64/PKGBUILD (from rev 124731, whitedb/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-12-27 23:45:27 UTC (rev 124732)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: ushi <ushi+arch at honkgong.info>
+
+pkgname=whitedb
+pkgver=0.7.3
+pkgrel=1
+pkgdesc='Lightweight NoSQL database library operaring fully in main memory'
+arch=('i686' 'x86_64')
+url='http://whitedb.org/'
+license=('GPL')
+makedepends=('python')
+optdepends=('python: for python bindings')
+source=(http://whitedb.org/$pkgname-$pkgver.tar.gz)
+md5sums=('fb9d79ad19d65f3f50fe3f82316a9721')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-python
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list