[arch-commits] Commit in (whitedb whitedb/repos whitedb/trunk whitedb/trunk/PKGBUILD)

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


    Date: Sunday, December 28, 2014 @ 00:43:58
  Author: bpiotrowski
Revision: 124731

newpkg: whitedb 0.7.3-1

Added:
  whitedb/
  whitedb/repos/
  whitedb/trunk/
  whitedb/trunk/PKGBUILD

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Added: whitedb/trunk/PKGBUILD
===================================================================
--- whitedb/trunk/PKGBUILD	                        (rev 0)
+++ whitedb/trunk/PKGBUILD	2014-12-27 23:43:58 UTC (rev 124731)
@@ -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
+}


Property changes on: whitedb/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list