mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
code style.
remove old patches.
This commit is contained in:
@@ -18,10 +18,17 @@ resources section, you can find the micro simulators' algorithm, design \
|
||||
document, UML diagram and information about other issues. The UML diagram is \
|
||||
edited with Umbrello, the free UML diagram editor for KDE."
|
||||
HOMEPAGE="http://www.opencity.info/"
|
||||
SOURCE_URI="http://sourceforge.net/projects/opencity/files/Stable/0.0.6/opencity-0.0.6.3stable.tar.bz2"
|
||||
SOURCE_DIR="opencity-0.0.6.3stable"
|
||||
CHECKSUM_SHA256="23e31e44644c01f0a7d836a71fd03fa63ffbfd4bc983b4578e7836b345cfad03"
|
||||
COPYRIGHT="2003-2008 Duong Khang NGUYEN
|
||||
2003-2008 Frederic RODRIGO
|
||||
2006-2007 Brodie THIESFIELD
|
||||
2006 Angelo 'Encelo' THEODOROU
|
||||
2002-2004 Yves BERQUIN
|
||||
1999 Jeff MOLOFEE"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://sourceforge.net/projects/opencity/files/Stable/0.0.6/opencity-0.0.6.3stable.tar.bz2"
|
||||
CHECKSUM_SHA256="23e31e44644c01f0a7d836a71fd03fa63ffbfd4bc983b4578e7836b345cfad03"
|
||||
SOURCE_DIR="opencity-0.0.6.3stable"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="!x86"
|
||||
@@ -32,14 +39,13 @@ PROVIDES="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libsdl_image$secondaryArchSuffix
|
||||
devel:libsdl_mixer$secondaryArchSuffix
|
||||
devel:libsdl_net_1.2$secondaryArchSuffix
|
||||
devel:libgl$secondaryArchSuffix
|
||||
devel:libglu$secondaryArchSuffix
|
||||
devel:libpng$secondaryArchSuffix
|
||||
devel:libsdl_image$secondaryArchSuffix
|
||||
devel:libsdl_mixer$secondaryArchSuffix
|
||||
devel:libsdl_net_1.2$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:awk
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
@@ -48,19 +54,13 @@ BUILD_PREREQUIRES="
|
||||
cmd:sdl_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD() {
|
||||
BUILD()
|
||||
{
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL() {
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
}
|
||||
|
||||
COPYRIGHT="2003-2008 Duong Khang NGUYEN
|
||||
2003-2008 Frederic RODRIGO
|
||||
2006-2007 Brodie THIESFIELD
|
||||
2006 Angelo 'Encelo' THEODOROU
|
||||
2002-2004 Yves BERQUIN
|
||||
1999 Jeff MOLOFEE"
|
||||
LICENSE="GNU GPL v2"
|
||||
|
||||
@@ -9,8 +9,8 @@ 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"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2005-2013 OpenTTD Team"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://bundles.openttdcoop.org/opengfx/releases/$portVersion/opengfx-$portVersion.zip#noarchive"
|
||||
CHECKSUM_SHA256="3d136d776906dbe8b5df1434cb9a68d1249511a3c4cfaca55cc24cc0028ae078"
|
||||
@@ -39,5 +39,3 @@ INSTALL()
|
||||
mkdir -p $dataDir/openttd/baseset/opengfx
|
||||
cp opengfx-$portVersion/* $dataDir/openttd/baseset/opengfx
|
||||
}
|
||||
|
||||
# no TEST script available
|
||||
|
||||
Reference in New Issue
Block a user