0
0
Fork 0
haikuports/games-simulation/openttd_sfx/openttd_sfx-0.2.3.recipe

42 lines
1.0 KiB
Bash
Raw Permalink Normal View History

2015-08-10 17:22:08 +00:00
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 \
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 \
2015-08-10 17:22:08 +00:00
have the files from the original Transport Tycoon Deluxe game."
HOMEPAGE="http://www.openttd.org"
COPYRIGHT="2005-2013 OpenTTD Team"
LICENSE="GNU GPL v2"
2018-08-06 13:04:59 +00:00
REVISION="1"
2015-08-10 17:22:08 +00:00
SOURCE_URI="http://binaries.openttd.org/extra/opensfx/$portVersion/opensfx-$portVersion-all.zip"
CHECKSUM_SHA256="6831b651b3dc8b494026f7277989a1d757961b67c17b75d3c2e097451f75af02"
SOURCE_DIR="opensfx-$portVersion"
2014-01-12 20:01:58 +00:00
ARCHITECTURES="any"
2018-08-06 13:04:59 +00:00
DISABLE_SOURCE_PACKAGE="yes"
PROVIDES="
openttd_sfx = $portVersion
"
2015-08-10 17:22:08 +00:00
REQUIRES="
"
2015-08-10 17:22:08 +00:00
BUILD_REQUIRES="
"
BUILD_PREREQUIRES="
"
BUILD()
{
2014-01-12 20:01:58 +00:00
true
}
INSTALL()
{
mkdir -p $dataDir/openttd/baseset/opensfx
cp * $dataDir/openttd/baseset/opensfx
}