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

Add: EtherApe. A graphical network monitor for SliTaz.
author Leonardo Laporte <hackdorte@sapo.pt>
date Mon Jun 06 09:08:05 2016 -0300 (2016-06-06)
parents 10baa41a7882
children 324c13268efe
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 LICENSE="other"
9 DEPENDS="scummvm"
10 SOURCE="bass-cd"
11 TARBALL="$SOURCE-$VERSION.zip"
12 WEB_SITE="http://www.revolution.co.uk/_display.php?id=16"
13 WGET_URL="http://downloads.sourceforge.net/scummvm/$TARBALL"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/share/applications $fs/usr/games/bass
19 cp -a $src/sky* $fs/usr/games/bass
20 cp -a $stuff/*.desktop $fs/usr/share/applications
21 }