# HG changeset patch # User Pascal Bellard # Date 1288628701 -3600 # Node ID 5a5147505edf3a826d86374166b74f709303b87b # Parent fd2c8977236f21482e072d4c14c9e4e0acf83c4f Add sudoku diff -r fd2c8977236f -r 5a5147505edf sudoku/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sudoku/receipt Mon Nov 01 17:25:01 2010 +0100 @@ -0,0 +1,35 @@ +# SliTaz package receipt. + +PACKAGE="sudoku" +VERSION="2.2" +CATEGORY="games" +SHORT_DESC="Sudoku game in javascript" +MAINTAINER="pascal.bellard@slitaz.org" +WEB_SITE="http://10k.aneventapart.com/Entry/81" + +# Rules to configure and make the package. +compile_rules() +{ + mkdir $src + cd $src + wget http://10k.aneventapart.com/Uploads/81/index.html +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/var/www/$PACKAGE $fs/usr/share/applications + cp $src/* $fs/var/www/$PACKAGE + chown -R 80.80 $fs/var/www/$PACKAGE + cat > $fs/usr/share/applications/sudoku.desktop <