mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/mongodb to 2.4.10-1
This commit is contained in:
parent
ad3aef98a7
commit
eecaa21065
1 changed files with 6 additions and 7 deletions
|
@ -11,14 +11,14 @@
|
|||
# - ARM patches
|
||||
|
||||
pkgname=mongodb
|
||||
pkgver=2.4.9
|
||||
pkgrel=1.1
|
||||
pkgver=2.4.10
|
||||
pkgrel=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-3.16')
|
||||
makedepends=('scons' 'boost' 'readline' 'ncurses' 'libpcap') # 'cyrus-sasl')
|
||||
makedepends=('scons' 'boost' 'readline' 'ncurses' 'libpcap')
|
||||
checkdepends=('python2-pymongo')
|
||||
optdepends=('libpcap: needed for mongosniff')
|
||||
backup=('etc/mongodb.conf')
|
||||
|
@ -53,15 +53,14 @@ build() {
|
|||
# --use-sasl-client
|
||||
}
|
||||
|
||||
<<COMMENT
|
||||
check() {
|
||||
# Tests not passing
|
||||
export SCONSFLAGS="$MAKEFLAGS"
|
||||
|
||||
cd mongodb-src-r${pkgver}
|
||||
|
||||
scons smokeAll --smokedbprefix=$srcdir
|
||||
#scons smokeAll --smokedbprefix=$srcdir
|
||||
}
|
||||
COMMENT
|
||||
|
||||
package() {
|
||||
export SCONSFLAGS="$MAKEFLAGS"
|
||||
|
@ -86,7 +85,7 @@ package() {
|
|||
install -dm755 "$pkgdir/var/log/mongodb"
|
||||
}
|
||||
|
||||
sha512sums=('f9991b30eebdc13e04b553ea9c133f73cb7c0d034ae94e6293a28f3c40e8c93d3e63257e20ff801dfd586a22c95ca52551da8517d0e25534dda62f3ed650aa23'
|
||||
sha512sums=('970364dda2dba18bf979a0fc8291d9656b3cc3ba0aec1ca26d81f14f833e355c023d19b3cfaa81704013bf2c0e732d72de08b0f8236dafe85a3ac4d51b87edc6'
|
||||
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
|
||||
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9'
|
||||
'e709f76fa71a10d6b72d2eeae65d715e0a0a7e6cb93704114f22db8662d7102de77bd1e6706049351beb159aaa04548cfe4b14fe6ee498a166c5ad54c8275f84'
|
||||
|
|
Loading…
Reference in a new issue