mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 19:48:53 +02:00
Add a .bep for PearPC, but it requires a patch for now...
WIP
This commit is contained in:
22
app-emulation/pearpc/pearpc-0.5.0-cvs.bep
Normal file
22
app-emulation/pearpc/pearpc-0.5.0-cvs.bep
Normal file
@@ -0,0 +1,22 @@
|
||||
DESCRIPTION="PearPC PowerPC Architecture Emulator."
|
||||
HOMEPAGE="http://pearpc.sourceforge.net/"
|
||||
SRC_URI="cvs://:pserver:anonymous@pearpc.cvs.sourceforge.net:/cvsroot/pearpc/pearpc"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="untested"
|
||||
DEPEND=""
|
||||
#CHECKSUM_MD5=""
|
||||
|
||||
BUILD {
|
||||
cd pearpc
|
||||
./autogen.sh >/dev/null
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd aranym
|
||||
make install
|
||||
}
|
||||
|
||||
COPYRIGHT="2001-2010 ARAnyM developer team"
|
||||
LICENSE="GNU GPL v2"
|
||||
Reference in New Issue
Block a user