wok-next view beneath-a-steel-sky/receipt @ rev 21017

Some maintenance
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 16 16:46:05 2018 +0300 (2018-10-16)
parents a3c581bf52b8
children d5aab818505e
line source
1 # SliTaz package receipt v2.
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 WEB_SITE="https://revolution.co.uk/games/beneath-a-steel-sky/"
11 TARBALL="bass-cd-$VERSION.zip"
12 WGET_URL="$SF_MIRROR/scummvm/$TARBALL"
14 genpkg_rules() {
15 mkdir -p $fs/usr/share/applications $fs/usr/games/bass
16 cp -a $src/sky* $fs/usr/games/bass
17 cp -a $stuff/*.desktop $fs/usr/share/applications
18 DEPENDS="scummvm"
19 }