wok annotate beneath-a-steel-sky/receipt @ rev 16374

Up: slitaz-configs (5.4) Getting ready for 5.0-RC1
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 14 19:59:46 2014 +0200 (2014-04-14)
parents a1644dbcf632
children 10baa41a7882
rev   line source
gokhlayeh@6432 1 # SliTaz package receipt.
gokhlayeh@6432 2
gokhlayeh@6432 3 PACKAGE="beneath-a-steel-sky"
gokhlayeh@6432 4 VERSION="1.2"
gokhlayeh@6432 5 CATEGORY="games"
gokhlayeh@6432 6 SHORT_DESC="Beneath A Steel Sky is a 2D point-and-click science fiction thriller."
pascal@16051 7 MAINTAINER="gokhlayeh@slitaz.org"
gokhlayeh@6432 8 DEPENDS="scummvm"
gokhlayeh@6432 9 SOURCE="bass-cd"
gokhlayeh@6432 10 TARBALL="$SOURCE-$VERSION.zip"
gokhlayeh@6432 11 WEB_SITE="http://www.revolution.co.uk/_display.php?id=16"
gokhlayeh@6432 12 WGET_URL="http://downloads.sourceforge.net/scummvm/$TARBALL"
gokhlayeh@6432 13
gokhlayeh@6432 14 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@6432 15 genpkg_rules()
gokhlayeh@6432 16 {
gokhlayeh@6438 17 mkdir -p $fs/usr/share/applications $fs/usr/games/bass
gokhlayeh@6438 18 cp -a $src/sky* $fs/usr/games/bass
pankso@9697 19 cp -a $stuff/*.desktop $fs/usr/share/applications
gokhlayeh@6432 20 }
gokhlayeh@6432 21