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

Up xorg-xf86-video-ati (7.1.0), xorg-xf86-video-fbdev (0.4.3), xorg-xf86-video-geode (2.11.14), xorg-xf86-video-i740 (1.3.4), xorg-xf86-video-neomagic (1.2.7), xorg-xf86-video-nv (2.1.20), xorg-xf86-video-s3 (0.6.5), xorg-xf86-video-trident (1.3.6), xorg-xf86-video-vesa (2.3.2), xorg-xf86-video-vmware (13.0.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 13 10:45:31 2013 +0200 (2013-06-13)
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 }