Date: Monday, November 4, 2019 @ 09:23:53
  Author: felixonmars
Revision: 523876

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: whitedb/repos/community-staging-x86_64/PKGBUILD (from rev 523875, 
whitedb/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-04 09:23:53 UTC (rev 523876)
@@ -0,0 +1,24 @@
+# Maintainer:  BartÅ‚omiej Piotrowski <[email protected]>
+# Contributor: ushi <[email protected]>
+
+pkgname=whitedb
+pkgver=0.7.3
+pkgrel=5
+pkgdesc='Lightweight NoSQL database library operaring fully in main memory'
+arch=('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
+}

Reply via email to