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

Add tcpd (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 20 12:19:17 2014 +0200 (2014-08-20)
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 }