Another pass of .oe cleanups.
[vuplus_openembedded] / uae / uae_0.8.23-20040129.oe
1 DESCRIPTION = "Amiga 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 = "http://rcdrummond.net/uae/uae-${PV}/uae-${PV}.tar.bz2 \
8            file://${FILESDIR}/configure.patch;patch=1 \
9            file://${FILESDIR}/m4.patch;patch=1"
10
11 inherit autotools libtool
12
13 EXTRA_OECONF = "--with-hostcc=gcc --disable-ui --without-x \
14                 --without-gtk --enable-jit --disable-natmem \
15                 --with-zlib=${STAGING_LIBDIR}/.. \
16                 --with-sdl-exec-prefix=${STAGING_BINDIR}/.. \
17                 --with-sdl-prefix=${STAGING_LIBDIR}/.."
18
19 CFLAGS_append = " -DSTAT_STATFS2_BSIZE=1 "
20 CXXFLAGS_append = " -DSTAT_STATFS2_BSIZE=1 "
21
22 do_configure_prepend () {
23         touch NEWS AUTHORS ChangeLog
24 }
25
26 do_install_append() {
27 # Packages NEVER, ever, ever, ever touch home directories directly.
28 # ever.
29 # Either update a global config in /etc, install it into /etc/skel/ for
30 # new users homedirs, rely on the user installing it to put it in place,
31 # or dont install it at all.  --CL
32 #       install -d ${D}/home/root
33 #       install ${FILESDIR}/uaerc ${D}/home/root/.uaerc
34 }