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

Felix Yan felixonmars at archlinux.org
Mon Nov 4 09:23:54 UTC 2019


    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 <bpiotrowski at archlinux.org>
+# Contributor: ushi <ushi+arch at honkgong.info>
+
+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
+}



More information about the arch-commits mailing list