wok view openttd-opengfx/receipt @ rev 22809

brasero: add icons
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 30 09:57:32 2020 +0100 (2020-01-30)
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 }