mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/mongodb to 2.4.9-1.1, depend on v8-3.16
This commit is contained in:
parent
b0f14e1380
commit
acb96fa234
1 changed files with 3 additions and 3 deletions
|
@ -7,17 +7,17 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - build -j3 (RAM constraints)
|
||||
# - use system v8
|
||||
# - use system v8 (older 3.16 package)
|
||||
# - ARM patches
|
||||
|
||||
pkgname=mongodb
|
||||
pkgver=2.4.9
|
||||
pkgrel=1
|
||||
pkgrel=1.1
|
||||
pkgdesc='A high-performance, open source, schema-free document-oriented database'
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://www.mongodb.org'
|
||||
license=('AGPL3')
|
||||
depends=('boost-libs' 'pcre' 'snappy' 'openssl' 'gperftools' 'v8')
|
||||
depends=('boost-libs' 'pcre' 'snappy' 'openssl' 'gperftools' 'v8-3.16')
|
||||
makedepends=('scons' 'boost' 'readline' 'ncurses' 'libpcap') # 'cyrus-sasl')
|
||||
checkdepends=('python2-pymongo')
|
||||
optdepends=('libpcap: needed for mongosniff')
|
||||
|
|
Loading…
Reference in a new issue