From 090e2e1e4ce01d536166a0606de49f1390958224 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Tue, 17 Apr 2012 18:02:10 +0000 Subject: [PATCH] Add untested .bep for Oricutron. --- app-emulation/oricutron/oricutron-0.9-svn.bep | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 app-emulation/oricutron/oricutron-0.9-svn.bep diff --git a/app-emulation/oricutron/oricutron-0.9-svn.bep b/app-emulation/oricutron/oricutron-0.9-svn.bep new file mode 100644 index 000000000..702d1bf26 --- /dev/null +++ b/app-emulation/oricutron/oricutron-0.9-svn.bep @@ -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"