mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
pearpc, remove old bep file (#4870)
This commit is contained in:
@@ -1,32 +0,0 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user