wok-6.x diff opengfx/receipt @ rev 6110
fox, fox14, glew, perl-net-ldap: fix build_depends (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 04 13:06:54 2010 +0200 (2010-09-04) |
parents | |
children | 2c34d8aa6bfb |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/opengfx/receipt Sat Sep 04 13:06:54 2010 +0200 1.3 @@ -0,0 +1,24 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="opengfx" 1.7 +VERSION="0.2.4" 1.8 +CATEGORY="games" 1.9 +SHORT_DESC="OpenGFX data files for OpenTTD." 1.10 +MAINTAINER="devl547@gmail.com" 1.11 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.12 +WEB_SITE="http://bundles.openttdcoop.org/opengfx/" 1.13 +WGET_URL="$WEB_SITE/releases/$TARBALL" 1.14 + 1.15 +# Rules to configure and make the package. 1.16 +compile_rules() 1.17 +{ 1.18 + cd $src 1.19 +} 1.20 + 1.21 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.22 +genpkg_rules() 1.23 +{ 1.24 + mkdir -p $fs/usr/share/games/openttd/data 1.25 + cp $src/*.grf $fs/usr/share/games/openttd/data 1.26 + cp $src/opengfx.obg $fs/usr/share/games/openttd/data 1.27 +}