mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
26 lines
576 B
Plaintext
26 lines
576 B
Plaintext
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.10"
|
|
#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"
|