Untested .bep for ARAnyM.

The CVS trunk will soon depend on libcdio (which is currently broken).
This commit is contained in:
François Revol
2011-11-09 18:20:53 +00:00
parent 2278fe86bb
commit 19ed6360b8

View 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"