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

Up fuse-emulator, gpgme, libnetfilter_conntrack, libnetfilter_cthelper, libnetfilter_cttimeout, libnetfilter_queue, libnfnetlink, libsdl, libspectrum, libstatgrab, libstroke, subversion, sysfsutils, taglib, tcl, tcpcrypt, tidy, tk, tokyocabinet, udisks2. Add fuse-emulator-gtk3, libblockdev, libbytesize, libstroke, volume_key.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 16 22:34:14 2017 +0300 (2017-10-16)
parents 10baa41a7882
children a3c581bf52b8
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 }