wok view openttd-opengfx/receipt @ rev 10859

Up: slitaz-tools (4.4) - Big clean-up, better i18n, more GTK/Yad boxes
author Christophe Lincoln <pankso@slitaz.org>
date Sat Jun 18 22:33:14 2011 +0200 (2011-06-18)
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 }