wok view openttd-opengfx/receipt @ rev 16329

ARM: add xorg-xprop - Used in the new SliTaz Tiny/Touch Screen (sts) desktop
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 10 19:50:37 2014 +0200 (2014-04-10)
parents 2696382c228e
children 2a0479881723
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 LICENSE="GPL2"
9 SOURCE="opengfx"
10 TARBALL="$SOURCE-$VERSION.zip"
11 WEB_SITE="http://bundles.openttdcoop.org/opengfx/"
12 WGET_URL="$WEB_SITE/releases/$VERSION/$TARBALL"
13 PROVIDE="opengfx"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/share/games/openttd/data
25 cp $src/*.grf $fs/usr/share/games/openttd/data
26 cp $src/opengfx.obg $fs/usr/share/games/openttd/data
27 }