wok-6.x diff p4wn/receipt @ rev 9394
Up: slitaz-boot-scripts 4.1.1
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Mar 26 19:33:17 2011 +0100 (2011-03-26) |
parents | da9081c3c915 |
children | 2b260f668fef |
line diff
1.1 --- a/p4wn/receipt Sat Nov 06 12:15:20 2010 +0100 1.2 +++ b/p4wn/receipt Sat Mar 26 19:33:17 2011 +0100 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 }