Files
haikuports/games-simulation/simutrans_pak64/simutrans_pak64-123.0.recipe
kenmays f804504ed2 simutrans_pak64: bumped to 123.0 (#6559)
* simutrans_pak64:  bumped to 123.0
2022-02-13 16:04:57 +01:00

44 lines
1.6 KiB
Bash

SUMMARY="Pakset for Simutrans"
DESCRIPTION="A 'pakset' is the data set that Simutrans needs to run: \
it contains all the data for the graphics of individual items (vehicles, \
roads, railways, buildings, etc.) and all of the balancing information \
(such as prices, speeds, capacities and so forth) necessary to make \
the game complete.
Pak64 is the main and a base set for Simutrans developed along with \
Simutrans executable. It always contains the most recent features. It is \
neatly painted pixel by pixel with motherly care. On the other hand it \
might look too tiny on high resolution displays. Many artists contributed \
to this pak set, from the 8 bit age on."
HOMEPAGE="http://www.simutrans.com"
COPYRIGHT="1997-2004 Hj. Malthaner
2005-2021 The Simutrans Team"
LICENSE="Artistic"
REVISION="1"
SOURCE_URI="https://downloads.sourceforge.net/project/simutrans/pak64/123-0/simupak64-123-0.zip"
CHECKSUM_SHA256="b8a0a37c682d8f62a3b715c24c49bc738f91d6e1e4600a180bb4d2e9f85b86c1"
SOURCE_FILENAME="simupak_64-$portVersion.zip"
SOURCE_DIR=""
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE="yes"
PROVIDES="
simutrans_pak64 = $portVersion
simutrans_pakset = $portVersion compat >= 120.4
"
GLOBAL_WRITABLE_FILES="
non-packaged/$relativeAppsDir/simutrans/pak/config directory keep-old
"
INSTALL()
{
mkdir -p $appsDir/simutrans
mkdir -p $prefix/non-packaged/$relativeAppsDir/simutrans/pak/config
cp -r simutrans $appsDir/
mv $appsDir/simutrans/pak/config \
$prefix/non-packaged/$relativeAppsDir/simutrans/pak/
ln -s $prefix/non-packaged/$relativeAppsDir/simutrans/pak/config \
$appsDir/simutrans/pak/config
}