wok view gnome-games-glchess/receipt @ rev 13992

qt4 up to 4.8.4 - fixed some qt4 dependent package which does not build, upgrading only if necessary, tested razorqt and some apps, all seems to work
author ernia <monghitri@aruba.it>
date Mon Feb 11 23:39:16 2013 +0000 (2013-02-11)
parents 5647557ead5c
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="gnome-games-glchess"
4 VERSION="2.32.1"
5 CATEGORY="games"
6 SHORT_DESC="Chess game using GL/Mesa."
7 MAINTAINER="pankso@slitaz.org"
8 WEB_SITE="http://www.gnome.org/"
9 WANTED="gnome-games"
10 DEPENDS="mesa python gnuchess gnome-games-icons"
11 TAGS="chess"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 game=glchess
17 mkdir -p \
18 $fs/usr/games $fs/usr/lib \
19 $fs/usr/share/applications
21 cp -a $install/usr/games/$game $fs/usr/games
22 cp -a $install/usr/lib/python* $fs/usr/lib
23 rm -rf $fs/usr/lib/python*/*/gnome_sudoku
24 cp -a $install/usr/share/$game $fs/usr/share
26 cp $src/$game/$game.desktop $fs/usr/share/applications
27 }