wok diff mongodb/receipt @ rev 12810

readline: ARM want it :-) so we can cross compile bash
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 20 03:01:49 2012 +0200 (2012-05-20)
parents ab72a4d08ed3
children e36062a9b169
line diff
     1.1 --- a/mongodb/receipt	Fri Nov 04 11:10:38 2011 +0100
     1.2 +++ b/mongodb/receipt	Sun May 20 03:01:49 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mongodb"
     1.7 -VERSION="1.6.3"
     1.8 +VERSION="2.0.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="pankso@slitaz.org"
    1.12 @@ -16,10 +16,9 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	mv $PACKAGE-src-r${VERSION} $PACKAGE-$VERSION 2> /dev/null
    1.17  	cd $src
    1.18  	scons all &&
    1.19 -	scons --prefix=$PWD/_pkg/usr install
    1.20 +	scons --prefix=$DESTDIR/usr install
    1.21  }
    1.22  
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.