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

busybox: add overrides
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:18:16 2020 +0000 (2020-09-01)
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 }