wok diff openttd-opengfx/receipt @ rev 14434
Add: python-elementary-dev
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Wed Apr 24 22:04:10 2013 +0200 (2013-04-24) |
parents | |
children | 600aaedb561d |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/openttd-opengfx/receipt Wed Apr 24 22:04:10 2013 +0200 1.3 @@ -0,0 +1,26 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="openttd-opengfx" 1.7 +VERSION="0.3.3" 1.8 +CATEGORY="games" 1.9 +SHORT_DESC="OpenGFX data files for OpenTTD." 1.10 +MAINTAINER="devl547@gmail.com" 1.11 +SOURCE="opengfx" 1.12 +TARBALL="$SOURCE-$VERSION.zip" 1.13 +WEB_SITE="http://bundles.openttdcoop.org/opengfx/" 1.14 +WGET_URL="$WEB_SITE/releases/$VERSION/$TARBALL" 1.15 +PROVIDE="opengfx" 1.16 + 1.17 +# Rules to configure and make the package. 1.18 +compile_rules() 1.19 +{ 1.20 + cd $src 1.21 +} 1.22 + 1.23 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.24 +genpkg_rules() 1.25 +{ 1.26 + mkdir -p $fs/usr/share/games/openttd/data 1.27 + cp $src/*.grf $fs/usr/share/games/openttd/data 1.28 + cp $src/opengfx.obg $fs/usr/share/games/openttd/data 1.29 +}