wok-next diff mongodb/receipt @ rev 21678

updated getmail (4.41.0 -> 5.14)
author Hans-G?nter Theisgen
date Mon Jun 29 13:44:08 2020 +0100 (2020-06-29)
parents d457c4e37c1b
children
line diff
     1.1 --- a/mongodb/receipt	Fri Nov 09 13:21:03 2018 +0200
     1.2 +++ b/mongodb/receipt	Mon Jun 29 13:44:08 2020 +0100
     1.3 @@ -1,21 +1,21 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="mongodb"
     1.7 -VERSION="2.0.6"
     1.8 +VERSION="4.2.5"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="MongoDB bridges the gap between key-value stores and traditional RDBMS systems"
    1.11 -MAINTAINER="devel@slitaz.org"
    1.12 +MAINTAINER="maintainer@slitaz.org"
    1.13  LICENSE="GPL3 Apache"
    1.14  WEB_SITE="https://www.mongodb.com/"
    1.15  
    1.16  TARBALL="$PACKAGE-src-r$VERSION.tar.gz"
    1.17  WGET_URL="http://downloads.mongodb.org/src/$TARBALL"
    1.18  
    1.19 -BUILD_DEPENDS="pcre boost-filesystem boost-thread boost-program-options \
    1.20 -spidermonkey scons2 pcre-dev boost-dev boost-filesystem \
    1.21 -boost-thread boost-program-options spidermonkey-dev"
    1.22 +BUILD_DEPENDS="boost-dev boost-filesystem boost-program-options boost-thread 
    1.23 +	pcre pcre-dev scons2 spidermonkey spidermonkey-dev"
    1.24  
    1.25 -compile_rules() {
    1.26 +compile_rules()
    1.27 +{
    1.28  	sed -i 's/native_directory_//' db*/*.cpp
    1.29  	sed -i 's/native_file_//' db*/*.cpp shell/shell_utils.cpp
    1.30  	sed -i 's/leaf()/leaf().string()/' */*.cpp
    1.31 @@ -27,9 +27,10 @@
    1.32  	scons --prefix=$install/usr install
    1.33  }
    1.34  
    1.35 -genpkg_rules() {
    1.36 +genpkg_rules()
    1.37 +{
    1.38  	mkdir -p $fs/usr
    1.39 -	cp -a $install/usr/bin $fs/usr
    1.40 -	DEPENDS="pcre boost-filesystem boost-thread boost-program-options \
    1.41 -	spidermonkey"
    1.42 +	cp -a $install/usr/bin	$fs/usr
    1.43 +	DEPENDS="boost-filesystem boost-program-options boost-thread 
    1.44 +		pcre spidermonkey"
    1.45  }