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

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 10 07:02:08 2022 +0000 (20 months ago)
parents 6e8b1bcb30e2
children 65ff25c4de90
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="https://revolution.co.uk/games/beneath-a-steel-sky/"
13 WGET_URL="http://downloads.sourceforge.net/scummvm/$TARBALL"
15 # What is the latest version available today?
16 current_version()
17 {
18 wget -O - https://sourceforge.net/projects/scummvm/files/extras/Beneath%20a%20Steel%20Sky/ 2>/dev/null | \
19 sed '/scope="row/!d;/bass-cd/!d;s|.*/bass-cd-||;s|.zip.*||;q'
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/share/applications $fs/usr/games/bass
26 cp -a $src/sky* $fs/usr/games/bass
27 cp -a $stuff/*.desktop $fs/usr/share/applications
28 }
30 ## -----------------------------------------------------------------------
31 ## Revision: 03/Aug/2017 - SliTaz DevTeam.
32 ## URL: "http://www.revolution.co.uk/_display.php?id=16" is OFF.
33 ## This looks good? => https://revolution.co.uk/games/beneath-a-steel-sky/
34 ## !! Please, remove this after you update. Thank you.