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

busybox: add arch (uname -m alias)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 05 15:52:59 2018 +0100 (2018-03-05)
parents 4e519df1c7b9
children 6e8b1bcb30e2
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 }
23 ## -----------------------------------------------------------------------
24 ## Revision: 03/Aug/2017 - SliTaz DevTeam.
25 ## URL: "http://www.revolution.co.uk/_display.php?id=16" is OFF.
26 ## This looks good? => https://revolution.co.uk/games/beneath-a-steel-sky/
27 ## !! Please, remove this after you update. Thank you.