0
0
Fork 0
haikuports/games-simulation/openttd_msx/openttd_msx-0.3.1.recipe

41 lines
1021 B
Bash

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."
HOMEPAGE="http://www.openttd.org"
COPYRIGHT="2005-2013 OpenTTD Team"
LICENSE="GNU GPL v2"
REVISION="2"
SOURCE_URI="http://binaries.openttd.org/extra/openmsx/$portVersion/openmsx-$portVersion-all.zip"
CHECKSUM_SHA256="92e293ae89f13ad679f43185e83fb81fb8cad47fe63f4af3d3d9f955130460f5"
SOURCE_DIR="openmsx-$portVersion"
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE="yes"
PROVIDES="
openttd_msx = $portVersion
"
REQUIRES="
"
BUILD_REQUIRES="
"
BUILD_PREREQUIRES="
"
BUILD()
{
true
}
INSTALL()
{
mkdir -p $dataDir/openttd/baseset/openmsx
cp * $dataDir/openttd/baseset/openmsx
}