Merge openembedded@openembedded.bkbits.net:packages
[vuplus_openembedded] / uae / uae_0.8.23-20040129.oe
1 DESCRIPTION = "Amiga Emulator based on SDL"
2 SECTION = "base"
3 PRIORITY = "optional"
4 DEPENDS = "virtual/libc libsdl-qpe"
5
6 SRC_URI = "http://rcdrummond.net/uae/uae-${PV}/uae-${PV}.tar.bz2 \
7            file://${FILESDIR}/configure.patch;patch=1 \
8            file://${FILESDIR}/m4.patch;patch=1"
9
10 inherit autotools libtool
11
12 EXTRA_OECONF = "--with-hostcc=gcc --disable-ui --without-x \
13                 --without-gtk --enable-jit --disable-natmem \
14                 --with-zlib=${STAGING_LIBDIR}/.. \
15                 --with-sdl-exec-prefix=${STAGING_BINDIR}/.. \
16                 --with-sdl-prefix=${STAGING_LIBDIR}/.."
17
18 CFLAGS_append = " -DSTAT_STATFS2_BSIZE=1 "
19 CXXFLAGS_append = " -DSTAT_STATFS2_BSIZE=1 "
20
21 do_configure_prepend () {
22         touch NEWS AUTHORS ChangeLog
23 }
24
25 do_install_append() {
26 # Packages NEVER, ever, ever, ever touch home directories directly.
27 # ever.
28 # Either update a global config in /etc, install it into /etc/skel/ for
29 # new users homedirs, rely on the user installing it to put it in place,
30 # or dont install it at all.  --CL
31 #       install -d ${D}/home/root
32 #       install ${FILESDIR}/uaerc ${D}/home/root/.uaerc
33 }