Add untested .bep for Oricutron.

This commit is contained in:
François Revol
2012-04-17 18:02:10 +00:00
parent d7c24ce7de
commit 090e2e1e4c

View File

@@ -0,0 +1,20 @@
DESCRIPTION="Oricutron is an emulator for the Oric series of computers."
HOMEPAGE="http://code.google.com/p/oriculator/"
SRC_URI="svn://http://oriculator.googlecode.com/svn/trunk"
REVISION="1"
STATUS_HAIKU="untested"
DEPEND="media-libs/libsdl >= 1.2.10"
#CHECKSUM_MD5=""
BUILD {
cd trunk
make
}
INSTALL {
cd trunk
make install
}
COPYRIGHT="2009-2012 Peter Gordon"
LICENSE="GNU GPL v2"