wok diff opengfx/receipt @ rev 6172

Up: libgnomecanvas to 2.30.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Sep 10 12:23:56 2010 +0000 (2010-09-10)
parents
children 2c34d8aa6bfb
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/opengfx/receipt	Fri Sep 10 12:23:56 2010 +0000
     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 +}