wok diff mongodb/receipt @ rev 18654

libtkimg: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Dec 02 16:37:20 2015 +0100 (2015-12-02)
parents e36062a9b169
children 3705d68ed8f3
line diff
     1.1 --- a/mongodb/receipt	Fri Aug 10 13:21:07 2012 +0200
     1.2 +++ b/mongodb/receipt	Wed Dec 02 16:37:20 2015 +0100
     1.3 @@ -5,13 +5,15 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="MongoDB bridges the gap between key-value stores and traditional RDBMS systems"
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENSE="GPL3 Apache"
     1.8 +TARBALL="$PACKAGE-src-r${VERSION}.tar.gz"
     1.9 +WEB_SITE="http://www.mongodb.org/"
    1.10 +WGET_URL="http://downloads.mongodb.org/src/$TARBALL"
    1.11 +
    1.12  DEPENDS="pcre libboost-filesystem libboost-thread libboost-program-options \
    1.13  spidermonkey"
    1.14  BUILD_DEPENDS="$DEPENDS scons pcre-dev libboost-dev libboost-filesystem-dev \
    1.15  libboost-thread-dev libboost-program-options-dev spidermonkey-dev"
    1.16 -TARBALL="$PACKAGE-src-r${VERSION}.tar.gz"
    1.17 -WEB_SITE="http://www.mongodb.org/"
    1.18 -WGET_URL="http://downloads.mongodb.org/src/$TARBALL"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()