mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Untested .bep for ARAnyM.
The CVS trunk will soon depend on libcdio (which is currently broken).
This commit is contained in:
23
app-emulation/aranym/aranym-0.9.11-cvs.bep
Normal file
23
app-emulation/aranym/aranym-0.9.11-cvs.bep
Normal file
@@ -0,0 +1,23 @@
|
||||
DESCRIPTION="ARAnyM (Atari Running on Any Machine) is a multiplatform virtual machine for running Atari ST/TT/Falcon operating systems and applications."
|
||||
HOMEPAGE="http://aranym.org/"
|
||||
SRC_URI="cvs://:pserver:anoncvs@cvs.aranym.org:/var/repos/aranym"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="untested"
|
||||
DEPEND="dev-libs/libcdio >= 0.82
|
||||
media-libs/libsdl >= 1.2.9"
|
||||
#CHECKSUM_MD5=""
|
||||
|
||||
BUILD {
|
||||
cd aranym
|
||||
./autogen.sh --help >/dev/null
|
||||
./configure --prefix=/boot/apps/ARAnyM
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd aranym
|
||||
make install
|
||||
}
|
||||
|
||||
COPYRIGHT="2001-2010 ARAnyM developer team"
|
||||
LICENSE="GNU GPL v2"
|
||||
Reference in New Issue
Block a user