wok diff node/receipt @ rev 16509

mpg123: up to (1.19.0) with better ARM support
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 24 18:16:37 2014 +0200 (2014-04-24)
parents c3c55061e3e4
children 6699ed4b2a99
line diff
     1.1 --- a/node/receipt	Wed Apr 09 15:29:02 2014 +0200
     1.2 +++ b/node/receipt	Thu Apr 24 18:16:37 2014 +0200
     1.3 @@ -9,6 +9,7 @@
     1.4  TARBALL="$PACKAGE-v$VERSION.tar.gz"
     1.5  WEB_SITE="http://nodejs.org/"
     1.6  WGET_URL="http://nodejs.org/dist/v$VERSION/$TARBALL"
     1.7 +#HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="python libssl"
    1.10  BUILD_DEPENDS="python-dev openssl-dev"
    1.11 @@ -16,7 +17,7 @@
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15 -	cd $src
    1.16 +	#patch -p0 < ${stuff}/SConstruct.patch || return 1
    1.17  	./configure --prefix=/usr &&
    1.18  	make && make install
    1.19  }