wok-next annotate openttd-opengfx/receipt @ rev 21673
updated gdk-pixbuf (2.38.0 -> 2.40.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jun 29 10:03:27 2020 +0100 (2020-06-29) |
parents | 600aaedb561d |
children |
rev | line source |
---|---|
al@20724 | 1 # SliTaz package receipt v2. |
slaxemulator@10225 | 2 |
slaxemulator@10225 | 3 PACKAGE="openttd-opengfx" |
slaxemulator@10225 | 4 VERSION="0.3.3" |
slaxemulator@10225 | 5 CATEGORY="games" |
al@20724 | 6 SHORT_DESC="OpenGFX data files for OpenTTD" |
slaxemulator@10225 | 7 MAINTAINER="devl547@gmail.com" |
pascal@15590 | 8 LICENSE="GPL2" |
slaxemulator@10225 | 9 WEB_SITE="http://bundles.openttdcoop.org/opengfx/" |
al@20724 | 10 |
al@20724 | 11 TARBALL="opengfx-$VERSION.zip" |
slaxemulator@10225 | 12 WGET_URL="$WEB_SITE/releases/$VERSION/$TARBALL" |
slaxemulator@10225 | 13 |
al@20724 | 14 compile_rules() { |
al@20724 | 15 datadir="$install/usr/share/games/openttd/data" |
al@20724 | 16 mkdir -p $datadir |
al@20724 | 17 cp *.grf opengfx.obg $datadir |
slaxemulator@10225 | 18 } |
slaxemulator@10225 | 19 |
al@20724 | 20 genpkg_rules() { |
al@20724 | 21 copy @std |
al@20724 | 22 PROVIDE="opengfx" |
slaxemulator@10225 | 23 } |