wok view openttd-opengfx/receipt @ rev 11545

Add autoblog form wok-undigest
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 25 15:18:49 2011 +0100 (2011-12-25)
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 }