mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
makeobj: remove obsolete file (#3885)
This commit is contained in:
committed by
Jérôme Duval
parent
85d067ff8e
commit
a575e9f003
@@ -1,61 +0,0 @@
|
||||
SUMMARY="Tool for creating Simutrans paksets"
|
||||
DESCRIPTION="Makeobj is a tool for graphics/pakset developers \
|
||||
and is not needed for playing the game.
|
||||
Makeobj joins both the image and the data files in a single \
|
||||
compressed pak-file that will then be read by the game engine."
|
||||
HOMEPAGE="http://www.simutrans.com"
|
||||
COPYRIGHT="1997-2004 Hj. Malthaner
|
||||
2005-2017 The Simutrans Team"
|
||||
LICENSE="Artistic"
|
||||
REVISION="1"
|
||||
GitRevision="ea08f1eed3fd8ffdd017a522898450047f83d768"
|
||||
SOURCE_URI="https://github.com/aburch/simutrans/archive/$GitRevision.tar.gz"
|
||||
CHECKSUM_SHA256="96dca621cde48466b38fa6cf7116e18c72d8c6cadca6733cfdc1f2a4048d2e6b"
|
||||
SOURCE_FILENAME="makeobj-$portVersion.tar.gz"
|
||||
SOURCE_DIR="simutrans-$GitRevision"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
makeobj$secondaryArchSuffix = $portVersion
|
||||
cmd:makeobj$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libbz2$secondaryArchSuffix
|
||||
lib:libpng$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libbz2$secondaryArchSuffix
|
||||
devel:libpng$secondaryArchSuffix
|
||||
devel:libsdl$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:autoreconf
|
||||
cmd:g++$secondaryArchSuffix
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:sdl_config$secondaryArchSuffix
|
||||
cmd:strip$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
autoreconf configure.ac
|
||||
runConfigure ./configure
|
||||
make makeobj $jobArgs
|
||||
strip makeobj/makeobj
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $binDir
|
||||
cp -r makeobj/makeobj $binDir/
|
||||
}
|
||||
Reference in New Issue
Block a user