wok-next diff node/receipt @ rev 18541
Add slitaz-icons-faenza-dark; plus various small fixes
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Nov 05 21:30:50 2015 +0200 (2015-11-05) |
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 Nov 05 21:30:50 2015 +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 }