testing/mongodb: builds only on x86 for now

This commit is contained in:
Natanael Copa 2013-06-11 12:28:03 +00:00
parent dda658187c
commit deb8c99a6f

View File

@ -5,7 +5,7 @@ pkgver=2.4.4
pkgrel=0
pkgdesc="High-performance, schema-free document-oriented database"
url="http://www.mongodb.org"
arch="all"
arch="x86"
license="AGPLv3 and zlib and ASL 2.0"
depends=""
depends_dev="boost-dev python-dev pcre-dev readline-dev libpcap-dev
@ -69,6 +69,7 @@ package() {
--use-system-all \
--usev8 \
|| return 1
rm "$pkgdir"/usr/lib/*.a || return 1
for i in $source; do
local _mode _dir