openttd_sfx: Disable source package.

This commit is contained in:
gus knight
2015-08-10 13:22:08 -04:00
parent 4a36b1bb6a
commit 348b8da6c2

View File

@@ -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