[arch-commits] Commit in whitedb/repos (4 files)
Felix Yan
fyan at archlinux.org
Sat Sep 19 14:13:09 UTC 2015
Date: Saturday, September 19, 2015 @ 16:13:09
Author: fyan
Revision: 140858
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 140857, whitedb/trunk/PKGBUILD)
whitedb/repos/community-staging-x86_64/
whitedb/repos/community-staging-x86_64/PKGBUILD
(from rev 140857, 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 140857, whitedb/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-19 14:13:09 UTC (rev 140858)
@@ -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=2
+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 140857, whitedb/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-09-19 14:13:09 UTC (rev 140858)
@@ -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=2
+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