no need to depend on patcher-native since that is already done by base.oeclass
[vuplus_openembedded] / frodo / frodo_4.2.oe
1 DESCRIPTION="C64 Emulator based on SDL"
2 SECTION="base"
3 PRIORITY="optional"
4 RDEPENDS="libc6 libsdl-qpe"
5 DEPENDS=virtual/libc libsdl-qpe
6
7 SRC_URI = cvs://anoncvs:anoncvs@down.physik.uni-mainz.de/cvs;module=Frodo4 \
8           file://${FILESDIR}/m4.patch;patch=1 \
9           file://${FILESDIR}/configure.patch;patch=1
10 S = ${WORKDIR}/Frodo4/Src
11
12 inherit autotools libtool
13