wok rev 10225
Renamed opengfx to openttd-opengfx. Up: openttd-opengfx to 0.3.3.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 21 00:09:25 2011 +0000 (2011-05-21) |
parents | aa44dca62154 |
children | c076bbecac3e |
files | opengfx/receipt openttd-opengfx/receipt |
line diff
1.1 --- a/opengfx/receipt Sat May 21 00:07:05 2011 +0000 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,24 +0,0 @@ 1.4 -# SliTaz package receipt. 1.5 - 1.6 -PACKAGE="opengfx" 1.7 -VERSION="0.3.1" 1.8 -CATEGORY="games" 1.9 -SHORT_DESC="OpenGFX data files for OpenTTD." 1.10 -MAINTAINER="devl547@gmail.com" 1.11 -TARBALL="$PACKAGE-$VERSION.zip" 1.12 -WEB_SITE="http://bundles.openttdcoop.org/opengfx/" 1.13 -WGET_URL="$WEB_SITE/releases/$VERSION/$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 -}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/openttd-opengfx/receipt Sat May 21 00:09:25 2011 +0000 2.3 @@ -0,0 +1,26 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="openttd-opengfx" 2.7 +VERSION="0.3.3" 2.8 +CATEGORY="games" 2.9 +SHORT_DESC="OpenGFX data files for OpenTTD." 2.10 +MAINTAINER="devl547@gmail.com" 2.11 +SOURCE="opengfx" 2.12 +TARBALL="$SOURCE-$VERSION.zip" 2.13 +WEB_SITE="http://bundles.openttdcoop.org/opengfx/" 2.14 +WGET_URL="$WEB_SITE/releases/$VERSION/$TARBALL" 2.15 +PROVIDE="opengfx" 2.16 + 2.17 +# Rules to configure and make the package. 2.18 +compile_rules() 2.19 +{ 2.20 + cd $src 2.21 +} 2.22 + 2.23 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.24 +genpkg_rules() 2.25 +{ 2.26 + mkdir -p $fs/usr/share/games/openttd/data 2.27 + cp $src/*.grf $fs/usr/share/games/openttd/data 2.28 + cp $src/opengfx.obg $fs/usr/share/games/openttd/data 2.29 +}