diff options
Diffstat (limited to 'nonworking/frodo/frodo_4.2.oe')
-rw-r--r-- | nonworking/frodo/frodo_4.2.oe | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/nonworking/frodo/frodo_4.2.oe b/nonworking/frodo/frodo_4.2.oe new file mode 100644 index 0000000000..c65fd07622 --- /dev/null +++ b/nonworking/frodo/frodo_4.2.oe @@ -0,0 +1,13 @@ +DESCRIPTION="C64 Emulator based on SDL" +SECTION="base" +PRIORITY="optional" +RDEPENDS="libc6 libsdl-qpe" +DEPENDS=virtual/libc libsdl-qpe + +SRC_URI = cvs://anoncvs:anoncvs@down.physik.uni-mainz.de/cvs;module=Frodo4 \ + file://${FILESDIR}/m4.patch;patch=1 \ + file://${FILESDIR}/configure.patch;patch=1 +S = ${WORKDIR}/Frodo4/Src + +inherit autotools libtool + |