wok view opengfx/receipt @ rev 6124

tazbb : typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Sep 05 15:13:29 2010 +0200 (2010-09-05)
parents
children 2c34d8aa6bfb
line source
1 # SliTaz package receipt.
3 PACKAGE="opengfx"
4 VERSION="0.2.4"
5 CATEGORY="games"
6 SHORT_DESC="OpenGFX data files for OpenTTD."
7 MAINTAINER="devl547@gmail.com"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://bundles.openttdcoop.org/opengfx/"
10 WGET_URL="$WEB_SITE/releases/$TARBALL"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 cd $src
16 }
18 # Rules to gen a SliTaz package suitable for Tazpkg.
19 genpkg_rules()
20 {
21 mkdir -p $fs/usr/share/games/openttd/data
22 cp $src/*.grf $fs/usr/share/games/openttd/data
23 cp $src/opengfx.obg $fs/usr/share/games/openttd/data
24 }