wok view beneath-a-steel-sky/receipt @ rev 11623

amule, emelfm2, fpm2, gcolor2, gftp, grisbi; grsync, htop, hydrogen, kino, lingot, listpatron, lostirc, mitter, mplayer*, notecase, obconf, osmo, sakura, sylpheed, tilda, transmission, xine-ui, xsane: install .desktop file
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 24 22:51:41 2012 +0100 (2012-01-24)
parents af022550edde
children 557893108cf7
line source
1 # SliTaz package receipt.
3 PACKAGE="beneath-a-steel-sky"
4 VERSION="1.2"
5 CATEGORY="games"
6 SHORT_DESC="Beneath A Steel Sky is a 2D point-and-click science fiction thriller."
7 MAINTAINER=" gokhlayeh@slitaz.org"
8 DEPENDS="scummvm"
9 SOURCE="bass-cd"
10 TARBALL="$SOURCE-$VERSION.zip"
11 WEB_SITE="http://www.revolution.co.uk/_display.php?id=16"
12 WGET_URL="http://downloads.sourceforge.net/scummvm/$TARBALL"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share/applications $fs/usr/games/bass
18 cp -a $src/sky* $fs/usr/games/bass
19 cp -a $stuff/*.desktop $fs/usr/share/applications
20 }