wok-next annotate beneath-a-steel-sky/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents f48456621a9d
children
rev   line source
al@21017 1 # SliTaz package receipt v2.
gokhlayeh@6432 2
gokhlayeh@6432 3 PACKAGE="beneath-a-steel-sky"
gokhlayeh@6432 4 VERSION="1.2"
gokhlayeh@6432 5 CATEGORY="games"
al@21020 6 SHORT_DESC="2D point-and-click science fiction thriller"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@16678 8 LICENSE="other"
al@20906 9 WEB_SITE="https://revolution.co.uk/games/beneath-a-steel-sky/"
gokhlayeh@6432 10
al@21017 11 TARBALL="bass-cd-$VERSION.zip"
al@21017 12 WGET_URL="$SF_MIRROR/scummvm/$TARBALL"
al@21017 13
al@21017 14 genpkg_rules() {
gokhlayeh@6438 15 mkdir -p $fs/usr/share/applications $fs/usr/games/bass
gokhlayeh@6438 16 cp -a $src/sky* $fs/usr/games/bass
pankso@9697 17 cp -a $stuff/*.desktop $fs/usr/share/applications
al@21017 18 DEPENDS="scummvm"
gokhlayeh@6432 19 }