wok view opengfx/receipt @ rev 9062

linux-wireless: update modules list (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 04 13:15:00 2011 +0100 (2011-03-04)
parents 2c34d8aa6bfb
children
line source
1 # SliTaz package receipt.
3 PACKAGE="opengfx"
4 VERSION="0.3.1"
5 CATEGORY="games"
6 SHORT_DESC="OpenGFX data files for OpenTTD."
7 MAINTAINER="devl547@gmail.com"
8 TARBALL="$PACKAGE-$VERSION.zip"
9 WEB_SITE="http://bundles.openttdcoop.org/opengfx/"
10 WGET_URL="$WEB_SITE/releases/$VERSION/$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 }