Files
haikuports/app-emulation/pearpc/pearpc-0.5.0_cvs.recipe
Jerome Duval fc0936b040 Bump revisions for x86_64 rebuild after time_t change.
* a few apps needed build fix for time_t.
* disable compatibility packages for x86_64.
2017-06-27 15:46:25 +02:00

33 lines
750 B
Bash

SUMMARY="PowerPC Architecture Emulator"
DESCRIPTION="PearPC is an architecture-independent PowerPC platform emulator \
capable of running most PowerPC operating systems."
HOMEPAGE="http://pearpc.sourceforge.net/"
COPYRIGHT="2003-2011 Sebastian Biallas"
LICENSE="GNU GPL v2"
REVISION="2"
SOURCE_URI="cvs://:pserver:anonymous@pearpc.cvs.sourceforge.net:/cvsroot/pearpc/pearpc"
STATUS_HAIKU="untested"
DEPEND=""
#ARCHITECTURES="!x86_gcc2 x86 x86_64"
#SECONDARY_ARCHITECTURES="x86"
PROVIDES="
pearpc$secondaryArchSuffix = $portVersion
cmd:pearpc$secondaryArchSuffix = $portVersion
"
BUILD()
{
cd pearpc-0.5.0-cvs
./autogen.sh >/dev/null
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL()
{
cd pearpc-0.5.0-cvs
make install
}