wok view openttd-opengfx/receipt @ rev 18886

firmware*: add descriptions, add firmware-iwlwifi-{100,105,135,2030,3160,7260,7265}
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Feb 12 15:45:46 2016 +0200 (2016-02-12)
parents 2696382c228e
children 2a0479881723
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 LICENSE="GPL2"
9 SOURCE="opengfx"
10 TARBALL="$SOURCE-$VERSION.zip"
11 WEB_SITE="http://bundles.openttdcoop.org/opengfx/"
12 WGET_URL="$WEB_SITE/releases/$VERSION/$TARBALL"
13 PROVIDE="opengfx"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/share/games/openttd/data
25 cp $src/*.grf $fs/usr/share/games/openttd/data
26 cp $src/opengfx.obg $fs/usr/share/games/openttd/data
27 }