mongodb: extract update_* to external update file

This commit is contained in:
Eivind Uggedal 2015-01-15 11:16:44 +00:00
parent e73d014e3a
commit 65e92d86d6
2 changed files with 2 additions and 2 deletions

View file

@ -30,8 +30,6 @@ _scons_args=" --use-system-boost \
build_options="systemd"
# ETOOHUGE
nodebug=1
update_site=$homepage/downloads
update_pattern="mongodb-src-r\K[\d.]+(?=.tar)"
do_configure() {
find . -name SConstruct -print0 | xargs -0 sed -i "s/-Werror/-Wno-error/g"

2
srcpkgs/mongodb/update Normal file
View file

@ -0,0 +1,2 @@
site=$homepage/downloads
pattern="mongodb-src-r\K[\d.]+(?=.tar)"