wok-next view openttd-opengfx/receipt @ rev 21290

updated gnustep-back (0.25.1 -> 0.27.0)
author Hans-G?nter Theisgen
date Sun Dec 08 12:42:33 2019 +0100 (2019-12-08)
parents 600aaedb561d
children
line source
1 # SliTaz package receipt v2.
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 WEB_SITE="http://bundles.openttdcoop.org/opengfx/"
11 TARBALL="opengfx-$VERSION.zip"
12 WGET_URL="$WEB_SITE/releases/$VERSION/$TARBALL"
14 compile_rules() {
15 datadir="$install/usr/share/games/openttd/data"
16 mkdir -p $datadir
17 cp *.grf opengfx.obg $datadir
18 }
20 genpkg_rules() {
21 copy @std
22 PROVIDE="opengfx"
23 }