From 567d057e80e3250495ea1487669fdab83d7795f1 Mon Sep 17 00:00:00 2001 From: gus knight Date: Fri, 7 Aug 2015 17:26:32 -0400 Subject: [PATCH] openttd_msx: Disable source package. --- .../openttd_msx/openttd_msx-0.3.1.recipe | 36 +++++++++---------- 1 file changed, 16 insertions(+), 20 deletions(-) diff --git a/games-simulation/openttd_msx/openttd_msx-0.3.1.recipe b/games-simulation/openttd_msx/openttd_msx-0.3.1.recipe index 107c75be4..81302fa93 100644 --- a/games-simulation/openttd_msx/openttd_msx-0.3.1.recipe +++ b/games-simulation/openttd_msx/openttd_msx-0.3.1.recipe @@ -1,34 +1,32 @@ -SUMMARY="OpenTTD - free music files" -DESCRIPTION=" -OpenTTD is an open source simulation game based upon the popular Microprose \ +SUMMARY="Free music files for OpenTTD" +DESCRIPTION="OpenTTD is an open source simulation game based upon the popular Microprose \ game \"Transport Tycoon Deluxe\", written by Chris Sawyer. It attempts to \ mimic the original game as closely as possible while extending it with new \ features. This package provides free to use music files. You can use them if you don't \ -have the files from the original Transport Tycoon Deluxe game. -" +have the files from the original Transport Tycoon Deluxe game." HOMEPAGE="http://www.openttd.org" -SOURCE_URI="http://binaries.openttd.org/extra/openmsx/$portVersion/openmsx-$portVersion-all.zip" -CHECKSUM_SHA256="92e293ae89f13ad679f43185e83fb81fb8cad47fe63f4af3d3d9f955130460f5" COPYRIGHT="2005-2013 OpenTTD Team" LICENSE="GNU GPL v2" -REVISION="1" -ARCHITECTURES="any" - +SOURCE_URI="http://binaries.openttd.org/extra/openmsx/$portVersion/openmsx-$portVersion-all.zip" +CHECKSUM_SHA256="92e293ae89f13ad679f43185e83fb81fb8cad47fe63f4af3d3d9f955130460f5" SOURCE_DIR="openmsx-$portVersion" +REVISION="2" + +ARCHITECTURES="any" +DISABLE_SOURCE_PACKAGE=yes + PROVIDES=" openttd_msx = $portVersion " +REQUIRES=" + " -#REQUIRES=" -# " - -#BUILD_REQUIRES=" -# " - -#BUILD_PREREQUIRES=" -# " +BUILD_REQUIRES=" + " +BUILD_PREREQUIRES=" + " BUILD() { @@ -40,5 +38,3 @@ INSTALL() mkdir -p $dataDir/openttd/baseset/openmsx cp * $dataDir/openttd/baseset/openmsx } - -# no TEST script available