wok-4.x view openttd-opengfx/receipt @ rev 12477

Up openssl 1.1.1n (bump packages curl, git, wget, python), up cherokee 1.2.104 and bdeps (automake, openldap, cyrus-sasl)
author Stanislas Leduc <shann@slitaz.org>
date Sun Apr 02 14:34:44 2023 +0000 (14 months ago)
parents
children
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 SOURCE="opengfx"
9 TARBALL="$SOURCE-$VERSION.zip"
10 WEB_SITE="http://bundles.openttdcoop.org/opengfx/"
11 WGET_URL="$WEB_SITE/releases/$VERSION/$TARBALL"
12 PROVIDE="opengfx"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/share/games/openttd/data
24 cp $src/*.grf $fs/usr/share/games/openttd/data
25 cp $src/opengfx.obg $fs/usr/share/games/openttd/data
26 }