wok-next diff hatenarunner/receipt @ rev 11105
Up: fetchmail to 6.3.21.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Oct 17 03:03:43 2011 +0000 (2011-10-17) |
parents | 84d10fcd74e8 |
children | de49f29b101e |
line diff
1.1 --- a/hatenarunner/receipt Tue May 31 12:16:34 2011 +0200 1.2 +++ b/hatenarunner/receipt Mon Oct 17 03:03:43 2011 +0000 1.3 @@ -6,20 +6,14 @@ 1.4 SHORT_DESC="Loderunner game in javascript" 1.5 MAINTAINER="pascal.bellard@slitaz.org" 1.6 WEB_SITE="http://lodedome.no-ip.com/" 1.7 -_TARBALL="JavaScript_Hatena.Runner_Satoshi.Ueyama.zip" 1.8 +TARBALL="JavaScript_Hatena.Runner_Satoshi.Ueyama.zip" 1.9 #_WGET_URL="http://lodedome.no-ip.com/download.php?rfname=$TARBALL&request_id=Lode_5BBAB6F85D944A4A5CB7AC12B0BFD18D" 1.10 -_WGET_URL="http://mirror.slitaz.org/sources/packages/${TARBALL:0:1}/$TARBALL" 1.11 +WGET_URL="http://mirror.slitaz.org/sources/packages/${TARBALL:0:1}/$TARBALL" 1.12 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - mkdir -p $src 1.17 cd $src 1.18 - if [ ! -s $SOURCES_REPOSITORY/$_TARBALL ]; then 1.19 - wget $_WGET_URL -O $_TARBALL 1.20 - mv $_TARBALL $SOURCES_REPOSITORY 1.21 - fi 1.22 - unzip -o $SOURCES_REPOSITORY/$_TARBALL 1.23 unzip -o HatenaRunner_MainGameScript.zip 1.24 rm -f HatenaRunner_MainGameScript.zip 1.25 dos2unix js/* *.htm *.css