wok rev 8439

Fixed p4wn to work with new tazwok-experimental.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Feb 06 03:37:09 2011 +0000 (2011-02-06)
parents 7c8f68728439
children f8c8e5d73cd4
files p4wn/receipt
line diff
     1.1 --- a/p4wn/receipt	Sun Feb 06 03:04:08 2011 +0000
     1.2 +++ b/p4wn/receipt	Sun Feb 06 03:37:09 2011 +0000
     1.3 @@ -7,15 +7,11 @@
     1.4  MAINTAINER="pascal.bellard@slitaz.org"
     1.5  WEB_SITE="http://p4wn.sourceforge.net/"
     1.6  TARBALL="sven_vehars_fancy_version.zip"
     1.7 -
     1.8 +WGET_URL="$WEB_SITE/downloads/$TARBALL"
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11  {
    1.12 -	mkdir $src
    1.13  	cd $src
    1.14 -	[ -s $SOURCES_REPOSITORY/$TARBALL ] ||
    1.15 -	wget $WEB_SITE/downloads/$TARBALL -P $SOURCES_REPOSITORY
    1.16 -	[ -s index.html ] || unzip $SOURCES_REPOSITORY/$TARBALL
    1.17  	sed -i '/background-image/d' *.css
    1.18  	sed -i 's|title>.*</title|title>Chess</title|' index.html
    1.19  }