# HG changeset patch # User Christopher Rogers # Date 1305936565 0 # Node ID 2696382c228ee1070ec4d6ef6c0deab96f6579b3 # Parent aa44dca621545823d9bb2db237a11cabcdb73239 Renamed opengfx to openttd-opengfx. Up: openttd-opengfx to 0.3.3. diff -r aa44dca62154 -r 2696382c228e opengfx/receipt --- a/opengfx/receipt Sat May 21 00:07:05 2011 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,24 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="opengfx" -VERSION="0.3.1" -CATEGORY="games" -SHORT_DESC="OpenGFX data files for OpenTTD." -MAINTAINER="devl547@gmail.com" -TARBALL="$PACKAGE-$VERSION.zip" -WEB_SITE="http://bundles.openttdcoop.org/opengfx/" -WGET_URL="$WEB_SITE/releases/$VERSION/$TARBALL" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/share/games/openttd/data - cp $src/*.grf $fs/usr/share/games/openttd/data - cp $src/opengfx.obg $fs/usr/share/games/openttd/data -} diff -r aa44dca62154 -r 2696382c228e openttd-opengfx/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/openttd-opengfx/receipt Sat May 21 00:09:25 2011 +0000 @@ -0,0 +1,26 @@ +# SliTaz package receipt. + +PACKAGE="openttd-opengfx" +VERSION="0.3.3" +CATEGORY="games" +SHORT_DESC="OpenGFX data files for OpenTTD." +MAINTAINER="devl547@gmail.com" +SOURCE="opengfx" +TARBALL="$SOURCE-$VERSION.zip" +WEB_SITE="http://bundles.openttdcoop.org/opengfx/" +WGET_URL="$WEB_SITE/releases/$VERSION/$TARBALL" +PROVIDE="opengfx" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share/games/openttd/data + cp $src/*.grf $fs/usr/share/games/openttd/data + cp $src/opengfx.obg $fs/usr/share/games/openttd/data +}