mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/mongodb to 2.6.1-2
This commit is contained in:
parent
4cd4a53603
commit
3d0970de07
1 changed files with 9 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
pkgname=mongodb
|
pkgname=mongodb
|
||||||
pkgver=2.6.1
|
pkgver=2.6.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='A high-performance, open source, schema-free document-oriented database'
|
pkgdesc='A high-performance, open source, schema-free document-oriented database'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url='http://www.mongodb.org'
|
url='http://www.mongodb.org'
|
||||||
|
@ -56,7 +56,14 @@ check() {
|
||||||
|
|
||||||
cd mongodb-src-r${pkgver}
|
cd mongodb-src-r${pkgver}
|
||||||
|
|
||||||
scons smokeAll --smokedbprefix=$srcdir || :
|
scons smokeAll \
|
||||||
|
--use-system-pcre \
|
||||||
|
--use-system-snappy \
|
||||||
|
--use-system-tcmalloc \
|
||||||
|
--use-sasl-client \
|
||||||
|
--use-system-boost \
|
||||||
|
--ssl \
|
||||||
|
--smokedbprefix="$srcdir" || :
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Reference in a new issue