wok-current rev 707
Add sudoku-savant (GTK sudoku game, bastet + nIvader out of core)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri May 02 14:33:16 2008 +0200 (2008-05-02) |
parents | 13cca08d79b8 |
children | 952f6a49c94c |
files | sudoku-savant/receipt sudoku-savant/stuff/sudoku-savant.desktop |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/sudoku-savant/receipt Fri May 02 14:33:16 2008 +0200 1.3 @@ -0,0 +1,32 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="sudoku-savant" 1.7 +VERSION="1.2" 1.8 +CATEGORY="games" 1.9 +SHORT_DESC="Sudoku games/generator using GTK." 1.10 +BUILD_DEPENDS="gtk+-dev" 1.11 +MAINTAINER="pankso@slitaz.org" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 +WEB_SITE="http://sourceforge.net/projects/sudoku-savant/" 1.14 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.15 + 1.16 +# Rules to configure and make the package. 1.17 +compile_rules() 1.18 +{ 1.19 + cd $src 1.20 + ./configure \ 1.21 + --prefix=/usr \ 1.22 + --mandir=/usr/share/man 1.23 + make 1.24 + make DESTDIR=$PWD/_pkg install 1.25 + # No desktop-file-utils 1.26 + echo "Continue..." 1.27 +} 1.28 + 1.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.30 +genpkg_rules() 1.31 +{ 1.32 + mkdir -p $fs/usr 1.33 + cp -a $_pkg/usr/bin $fs/usr 1.34 +} 1.35 +
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/sudoku-savant/stuff/sudoku-savant.desktop Fri May 02 14:33:16 2008 +0200 2.3 @@ -0,0 +1,10 @@ 2.4 +[Desktop Entry] 2.5 +Type=Application 2.6 +Encoding=UTF-8 2.7 +Name=Sudoku Savant 2.8 +Version=1.2 2.9 +Exec=sudoku-savant 2.10 +Terminal=false 2.11 +Categories=Application;Game; 2.12 +Comment=Generate and solve Sudoku puzzles 2.13 +Icon=/usr/share/icons/Tango/16x16/categories/applications-other.png