wok diff gnome-games-sudoku/receipt @ rev 13000
wxpython: typo (thanks pipein)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jun 06 14:55:24 2012 +0200 (2012-06-06) |
parents | |
children | 380ffe05937a |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gnome-games-sudoku/receipt Wed Jun 06 14:55:24 2012 +0200 1.3 @@ -0,0 +1,26 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="gnome-games-sudoku" 1.7 +VERSION="2.32.1" 1.8 +CATEGORY="games" 1.9 +SHORT_DESC="Gnome sudoku game." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +WEB_SITE="http://www.gnome.org/" 1.12 +WANTED="gnome-games" 1.13 +DEPENDS="python pygtk python-gconf gnome-games-icons" 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + game=gnome-sudoku 1.19 + mkdir -p \ 1.20 + $fs/usr/games $fs/usr/lib \ 1.21 + $fs/usr/share/applications 1.22 + 1.23 + cp -a $install/usr/games/$game $fs/usr/games 1.24 + cp -a $install/usr/lib/python* $fs/usr/lib 1.25 + rm -rf $fs/usr/lib/python*/*/glchess 1.26 + cp -a $install/usr/share/$game $fs/usr/share 1.27 + 1.28 + cp $src/$game/$game.desktop $fs/usr/share/applications 1.29 +}