Files
haikuports/games-simulation/openttd_gfx/openttd_gfx-0.4.7.recipe
2014-04-21 19:31:51 +02:00

45 lines
1022 B
Plaintext

SUMMARY="OpenTTD - free graphics files"
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 graphics file. You can use them if you don't
have the files from the original Transport Tycoon Deluxe game.
"
HOMEPAGE="http://www.openttd.org"
SRC_URI="http://binaries.openttd.org/extra/opengfx/$portVersion/opengfx-$portVersion-all.zip"
CHECKSUM_SHA256="10032c683f98b4d378c0651118a4858ae6d3f0a5059302dc3f96bfbfcdc67241"
REVISION="1"
ARCHITECTURES="any"
SOURCE_DIR="opengfx-$portVersion"
PROVIDES="
openttd_gfx = $portVersion
"
#REQUIRES="
# "
#BUILD_REQUIRES="
# "
#BUILD_PREREQUIRES="
# "
BUILD()
{
true
}
INSTALL()
{
mkdir -p $dataDir/openttd/baseset/opengfx
cp * $dataDir/openttd/baseset/opengfx
}
# no TEST script available
COPYRIGHT="2005-2013 OpenTTD Team"
LICENSE="GNU GPL v2"