wok view openttd-opengfx/receipt @ rev 15580

directfb: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 30 10:52:52 2013 +0000 (2013-11-30)
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 }