mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
code style.
This commit is contained in:
@@ -9,13 +9,13 @@ 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"
|
||||
REVISION="2"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
DISABLE_SOURCE_PACKAGE=yes
|
||||
DISABLE_SOURCE_PACKAGE="yes"
|
||||
|
||||
PROVIDES="
|
||||
openttd_msx = $portVersion
|
||||
|
||||
@@ -10,13 +10,13 @@ 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="1"
|
||||
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
|
||||
DISABLE_SOURCE_PACKAGE="yes"
|
||||
|
||||
PROVIDES="
|
||||
openttd_sfx = $portVersion
|
||||
|
||||
@@ -5,17 +5,23 @@ DESCRIPTION="Simutrans is an open-source transportation simulation game \
|
||||
transport passengers, mail and goods between cities, factories and \
|
||||
touristic attractions by land, air and water."
|
||||
HOMEPAGE="http://www.simutrans.com"
|
||||
SOURCE_URI="http://sourceforge.net/projects/simutrans/files/simutrans/120-0-1/simutrans-src-120-0-1.zip"
|
||||
CHECKSUM_SHA256="010a6e3765891e1821364e54f6bcdfb2911b627ffca3acae8350e06e53113683"
|
||||
SOURCE_FILENAME="simutrans-$portVersion.zip"
|
||||
SOURCE_DIR=""
|
||||
COPYRIGHT="1997-2004 Hj. Malthaner
|
||||
2005-2014 The Simutrans Team"
|
||||
LICENSE="Artistic"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://sourceforge.net/projects/simutrans/files/simutrans/120-0-1/simutrans-src-120-0-1.zip"
|
||||
CHECKSUM_SHA256="010a6e3765891e1821364e54f6bcdfb2911b627ffca3acae8350e06e53113683"
|
||||
SOURCE_FILENAME="simutrans-$portVersion.zip"
|
||||
SOURCE_DIR=""
|
||||
PATCHES="simutrans-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
PATCHES="simutrans-$portVersion.patchset"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="
|
||||
non-packaged/$relativeAppsDir/simutrans/config directory keep-old
|
||||
"
|
||||
|
||||
PROVIDES="
|
||||
simutrans$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
@@ -29,6 +35,7 @@ REQUIRES="
|
||||
simutrans_pakset == $portVersion
|
||||
timgmsoundfont
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libsdl$secondaryArchSuffix
|
||||
@@ -46,10 +53,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="
|
||||
non-packaged/$relativeAppsDir/simutrans/config directory keep-old
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
chmod +x configure.sh
|
||||
|
||||
@@ -9,16 +9,22 @@ changes which make your savegames unreadable by any official version, or \
|
||||
bugs that will destroy your game, or not even run. They are for bug testing \
|
||||
only."
|
||||
HOMEPAGE="http://www.simutrans.com"
|
||||
SOURCE_URI="svn://tron.yamagi.org/simutrans/simutrans/trunk \
|
||||
--username=anon --password="
|
||||
SOURCE_FILENAME="simutrans-$portVersion"
|
||||
SOURCE_DIR="trunk"
|
||||
COPYRIGHT="1997-2004 Hj. Malthaner
|
||||
2005-2015 The Simutrans Team"
|
||||
LICENSE="Artistic"
|
||||
REVISION="3"
|
||||
SOURCE_URI="svn://tron.yamagi.org/simutrans/simutrans/trunk \
|
||||
--username=anon --password="
|
||||
SOURCE_FILENAME="simutrans-$portVersion"
|
||||
SOURCE_DIR="trunk"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="
|
||||
non-packaged/$relativeAppsDir/simutrans/config directory keep-old
|
||||
"
|
||||
|
||||
PROVIDES="
|
||||
simutrans$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
@@ -32,6 +38,7 @@ REQUIRES="
|
||||
simutrans_pakset$secondaryArchSuffix >= 120.0.1
|
||||
timgmsoundfont
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libsdl$secondaryArchSuffix
|
||||
@@ -53,10 +60,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="
|
||||
non-packaged/$relativeAppsDir/simutrans/config directory keep-old
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
autoreconf configure.ac
|
||||
|
||||
@@ -10,25 +10,26 @@ variety of objects. It contains roughly 7 time more graphics data than \
|
||||
pak64 and thus requires by far the largest amount of RAM and \
|
||||
processing power of all Simutrans sets."
|
||||
HOMEPAGE="http://www.simutrans.com"
|
||||
SOURCE_URI="http://sourceforge.net/projects/simutrans/files/pak128/pak128 for RC 120 (2.5.2, bugfixes)/pak128-2.5.2--RC_120.zip"
|
||||
CHECKSUM_SHA256="556e276cecea950b0434fc289e0c7ebf15df018c7ae35ea8010d3e2008df8b32"
|
||||
SOURCE_FILENAME="simupak_128-$portVersion.zip"
|
||||
SOURCE_DIR=""
|
||||
COPYRIGHT="2004-2007 Tomas Kubes
|
||||
2008-2014 The pak128-Team"
|
||||
LICENSE="Artistic"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://sourceforge.net/projects/simutrans/files/pak128/pak128 for RC 120 (2.5.2, bugfixes)/pak128-2.5.2--RC_120.zip"
|
||||
CHECKSUM_SHA256="556e276cecea950b0434fc289e0c7ebf15df018c7ae35ea8010d3e2008df8b32"
|
||||
SOURCE_FILENAME="simupak_128-$portVersion.zip"
|
||||
SOURCE_DIR=""
|
||||
|
||||
ARCHITECTURES="?any"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="
|
||||
non-packaged/$relativeAppsDir/simutrans/pak128/config directory keep-old
|
||||
"
|
||||
|
||||
PROVIDES="
|
||||
simutrans_pak128 = $portVersion
|
||||
simutrans_pakset = 120.0.1
|
||||
"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="
|
||||
non-packaged/$relativeAppsDir/simutrans/pak128/config directory keep-old
|
||||
"
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir/simutrans
|
||||
|
||||
@@ -14,29 +14,32 @@ changes which make your savegames unreadable by any official version, or \
|
||||
bugs that will destroy your game, or not even run. They are for bug testing \
|
||||
only."
|
||||
HOMEPAGE="http://www.simutrans.com"
|
||||
SOURCE_URI="svn+https://svn.code.sf.net/p/simutrans/code/pak128/"
|
||||
SOURCE_FILENAME="simupak_128-$portVersion"
|
||||
SOURCE_DIR=""
|
||||
COPYRIGHT="2004-2007 Tomas Kubes
|
||||
2008-2015 The pak128-Team"
|
||||
LICENSE="Artistic"
|
||||
REVISION="1"
|
||||
SOURCE_URI="svn+https://svn.code.sf.net/p/simutrans/code/pak128/"
|
||||
SOURCE_FILENAME="simupak_128-$portVersion"
|
||||
SOURCE_DIR=""
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 ?x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="?x86"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="
|
||||
non-packaged/$relativeAppsDir/simutrans/pak128/config directory keep-old
|
||||
"
|
||||
|
||||
PROVIDES="
|
||||
simutrans_pak128$secondaryArchSuffix = $portVersion
|
||||
simutrans_pakset$secondaryArchSuffix = $portVersion compat >= 120.0.1
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:svn
|
||||
cmd:python
|
||||
cmd:makeobj$secondaryArchSuffix == 55.4
|
||||
"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="
|
||||
non-packaged/$relativeAppsDir/simutrans/pak128/config directory keep-old
|
||||
"
|
||||
BUILD()
|
||||
{
|
||||
python ./pakmak.py
|
||||
|
||||
@@ -10,25 +10,26 @@ 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"
|
||||
SOURCE_URI="http://sourceforge.net/projects/simutrans/files/pak64/120-0/simupak64-120-0-1.zip"
|
||||
CHECKSUM_SHA256="02a709dfa4b0c22e0b463ebcbd9684548356de1c61566cff9c127a79990dbb78"
|
||||
SOURCE_FILENAME="simupak_64-$portVersion.zip"
|
||||
SOURCE_DIR=""
|
||||
COPYRIGHT="1997-2004 Hj. Malthaner
|
||||
2005-2014 The Simutrans Team"
|
||||
LICENSE="Artistic"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://sourceforge.net/projects/simutrans/files/pak64/120-0/simupak64-120-0-1.zip"
|
||||
CHECKSUM_SHA256="02a709dfa4b0c22e0b463ebcbd9684548356de1c61566cff9c127a79990dbb78"
|
||||
SOURCE_FILENAME="simupak_64-$portVersion.zip"
|
||||
SOURCE_DIR=""
|
||||
|
||||
ARCHITECTURES="any"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="
|
||||
non-packaged/$relativeAppsDir/simutrans/pak/config directory keep-old
|
||||
"
|
||||
|
||||
PROVIDES="
|
||||
simutrans_pak64 = $portVersion
|
||||
simutrans_pakset = $portVersion
|
||||
"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="
|
||||
non-packaged/$relativeAppsDir/simutrans/pak/config directory keep-old
|
||||
"
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir/simutrans
|
||||
|
||||
@@ -14,20 +14,26 @@ changes which make your savegames unreadable by any official version, or \
|
||||
bugs that will destroy your game, or not even run. They are for bug testing \
|
||||
only."
|
||||
HOMEPAGE="http://www.simutrans.com"
|
||||
SOURCE_URI="svn+https://svn.code.sf.net/p/simutrans/code/pak64/"
|
||||
SOURCE_FILENAME="simupak_64-$portVersion"
|
||||
SOURCE_DIR=""
|
||||
COPYRIGHT="1997-2004 Hj. Malthaner
|
||||
2005-2015 The Simutrans Team"
|
||||
LICENSE="Artistic"
|
||||
REVISION="2"
|
||||
SOURCE_URI="svn+https://svn.code.sf.net/p/simutrans/code/pak64/"
|
||||
SOURCE_FILENAME="simupak_64-$portVersion"
|
||||
SOURCE_DIR=""
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="
|
||||
non-packaged/$relativeAppsDir/simutrans/pak/config directory keep-old
|
||||
"
|
||||
|
||||
PROVIDES="
|
||||
simutrans_pak64$secondaryArchSuffix = $portVersion
|
||||
simutrans_pakset$secondaryArchSuffix = $portVersion compat >= 120.0.1
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:svn
|
||||
cmd:make
|
||||
@@ -36,9 +42,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:zip
|
||||
"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="
|
||||
non-packaged/$relativeAppsDir/simutrans/pak/config directory keep-old
|
||||
"
|
||||
BUILD()
|
||||
{
|
||||
export MAKEOBJ=makeobj
|
||||
|
||||
Reference in New Issue
Block a user