mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
23 lines
467 B
Plaintext
23 lines
467 B
Plaintext
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-0.5.0-cvs
|
|
./autogen.sh >/dev/null
|
|
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd pearpc-0.5.0-cvs
|
|
make install
|
|
}
|
|
|
|
COPYRIGHT="2003-2011 Sebastian Biallas"
|
|
LICENSE="GNU GPL v2"
|