mongodb: update to 3.0.4.
This commit is contained in:
parent
76324cbd41
commit
222a894954
1 changed files with 4 additions and 8 deletions
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'mongodb'
|
||||
pkgname=mongodb
|
||||
version=3.0.3
|
||||
revision=2
|
||||
version=3.0.4
|
||||
revision=1
|
||||
hostmakedepends="scons"
|
||||
makedepends="boost-devel pcre-devel snappy-devel libressl-devel libpcap-devel gperftools-devel"
|
||||
conf_files="/etc/mongodb/mongodb.conf"
|
||||
system_accounts="mongodb"
|
||||
mongodb_homedir="/var/lib/mongodb"
|
||||
short_desc="High-performance, schema-free document-oriented database"
|
||||
maintainer="Enno Boland <eb@s01.de>"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
homepage="http://www.mongodb.org"
|
||||
license="AGPL-3"
|
||||
distfiles="http://downloads.mongodb.org/src/mongodb-src-r${version}.tar.gz"
|
||||
checksum="57765a81c18a0bb674fbe63bc507111d8795596eb9c9492028903985b4720807"
|
||||
checksum=6de7aa8b12ad892ee3852ac949069fda8cb87b3ee606a88226817505e2864360
|
||||
make_dirs="
|
||||
/var/lib/mongodb 0700 mongodb mongodb
|
||||
/var/log/mongodb 0750 mongodb mongodb"
|
||||
|
@ -26,7 +26,6 @@ _scons_args=" --use-system-boost \
|
|||
--nostrip \
|
||||
--disable-warnings-as-errors"
|
||||
# --use-system-v8 \ # disabled - configure error
|
||||
build_options="systemd"
|
||||
# ETOOHUGE
|
||||
nodebug=1
|
||||
|
||||
|
@ -58,9 +57,6 @@ do_install() {
|
|||
$_scons_args
|
||||
|
||||
vinstall ${FILESDIR}/mongodb.conf 644 etc/mongodb
|
||||
if [ "$build_option_systemd" ]; then
|
||||
vinstall ${FILESDIR}/mongodb.service 644 usr/lib/systemd/system
|
||||
fi
|
||||
|
||||
vsv mongodb
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue