wok diff loderunner/receipt @ rev 22840

Up cryptsetup (2.3.0, supports the BitLocker format)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 12 11:04:59 2020 +0100 (2020-02-12)
parents 87ff1f543737
children 5ea0ce1cecc0
line diff
     1.1 --- a/loderunner/receipt	Wed Oct 31 16:33:29 2018 +0100
     1.2 +++ b/loderunner/receipt	Wed Feb 12 11:04:59 2020 +0100
     1.3 @@ -9,7 +9,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://loderunnerwebgame.com/LodeRunner/"
     1.6  WGET_URL="https://github.com/SimonHung/LodeRunner_TotalRecall/archive/v$VERSION.tar.gz"
     1.7 -DEPENDS="browser-html5"
     1.8 +SUGGESTED="browser-html5"
     1.9  HOST_ARCH="any"
    1.10  
    1.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.12 @@ -17,6 +17,8 @@
    1.13  {
    1.14  	mkdir -p $fs/var/www $fs/usr/share/applications
    1.15  	cp -a $src $fs/var/www/loderunner
    1.16 +	sed 's|\(repeatAction = \)0|\11|;s|ff (NES|n (APPLE-II|' \
    1.17 +		-i $fs/var/www/loderunner/lodeRunner.storage.js
    1.18  	ln -s lodeRunner.html $fs/var/www/loderunner/index.html
    1.19  	rm -rf $fs/var/www/loderunner/tools $fs/var/www/loderunner/README.md
    1.20  	cat > $fs/usr/share/applications/loderunner.desktop <<EOT