wok view openttd-opengfx/receipt @ rev 14054

virtualbox-ose: splitted in virtualbox-ose for slitaz hosts and virtualbox-ose-guestutils for slitaz guests, can't get it to work without reboot
author ernia <monghitri@aruba.it>
date Tue Feb 19 20:23:53 2013 +0000 (2013-02-19)
parents
children 600aaedb561d
line source
1 # SliTaz package receipt.
3 PACKAGE="openttd-opengfx"
4 VERSION="0.3.3"
5 CATEGORY="games"
6 SHORT_DESC="OpenGFX data files for OpenTTD."
7 MAINTAINER="devl547@gmail.com"
8 SOURCE="opengfx"
9 TARBALL="$SOURCE-$VERSION.zip"
10 WEB_SITE="http://bundles.openttdcoop.org/opengfx/"
11 WGET_URL="$WEB_SITE/releases/$VERSION/$TARBALL"
12 PROVIDE="opengfx"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/share/games/openttd/data
24 cp $src/*.grf $fs/usr/share/games/openttd/data
25 cp $src/opengfx.obg $fs/usr/share/games/openttd/data
26 }