From 348b8da6c2ed1ad6d23564b67feb85fb9a0c0208 Mon Sep 17 00:00:00 2001 From: gus knight Date: Mon, 10 Aug 2015 13:22:08 -0400 Subject: [PATCH] openttd_sfx: Disable source package. --- .../openttd_sfx/openttd_sfx-0.2.3.recipe | 33 +++++++++---------- 1 file changed, 15 insertions(+), 18 deletions(-) diff --git a/games-simulation/openttd_sfx/openttd_sfx-0.2.3.recipe b/games-simulation/openttd_sfx/openttd_sfx-0.2.3.recipe index cd8731dac..3c049398c 100644 --- a/games-simulation/openttd_sfx/openttd_sfx-0.2.3.recipe +++ b/games-simulation/openttd_sfx/openttd_sfx-0.2.3.recipe @@ -1,4 +1,4 @@ -SUMMARY="OpenTTD - free sound files" +SUMMARY="Free sound effects 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 \ @@ -6,29 +6,28 @@ mimic the original game as closely as possible while extending it with new \ features. This package provides free to use sound 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/opensfx/$portVersion/opensfx-$portVersion-all.zip" -CHECKSUM_SHA256="6831b651b3dc8b494026f7277989a1d757961b67c17b75d3c2e097451f75af02" COPYRIGHT="2005-2013 OpenTTD Team" LICENSE="GNU GPL v2" -REVISION="1" -ARCHITECTURES="any" - +SOURCE_URI="http://binaries.openttd.org/extra/opensfx/$portVersion/opensfx-$portVersion-all.zip" +CHECKSUM_SHA256="6831b651b3dc8b494026f7277989a1d757961b67c17b75d3c2e097451f75af02" SOURCE_DIR="opensfx-$portVersion" +REVISION="1" + +ARCHITECTURES="any" +DISABLE_SOURCE_PACKAGE=yes + PROVIDES=" openttd_sfx = $portVersion " +REQUIRES=" + " -#REQUIRES=" -# " - -#BUILD_REQUIRES=" -# " - -#BUILD_PREREQUIRES=" -# " +BUILD_REQUIRES=" + " +BUILD_PREREQUIRES=" + " BUILD() { @@ -40,5 +39,3 @@ INSTALL() mkdir -p $dataDir/openttd/baseset/opensfx cp * $dataDir/openttd/baseset/opensfx } - -# no TEST script available