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

Felix Yan felixonmars at archlinux.org
Sat Dec 24 11:24:24 UTC 2016


    Date: Saturday, December 24, 2016 @ 11:24:24
  Author: felixonmars
Revision: 201431

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

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

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

Copied: whitedb/repos/community-staging-i686/PKGBUILD (from rev 201430, whitedb/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-12-24 11:24:24 UTC (rev 201431)
@@ -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=3
+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-staging-x86_64/PKGBUILD (from rev 201430, whitedb/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-12-24 11:24:24 UTC (rev 201431)
@@ -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=3
+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