diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
commit | a780643c4b6aa11e1a36965a69df7116477c7b4c (patch) | |
tree | 17e81e77bde19931facf9b30fa5b5981df796071 /frodo/frodo_4.1b.oe | |
parent | 88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff) |
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb
2004/12/07 04:58:25-06:00 ti.com!kergoth
More updates per the core rename.
2004/12/07 04:46:51-06:00 ti.com!kergoth
Update soundtracker per the core rename.
2004/12/07 04:44:14-06:00 ti.com!kergoth
Merge
2004/12/07 04:42:38-06:00 ti.com!kergoth
Updates per the recent rename of the oe core from 'oe' to 'bitbake'.
BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'frodo/frodo_4.1b.oe')
-rw-r--r-- | frodo/frodo_4.1b.oe | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/frodo/frodo_4.1b.oe b/frodo/frodo_4.1b.oe deleted file mode 100644 index da62d0c114..0000000000 --- a/frodo/frodo_4.1b.oe +++ /dev/null @@ -1,47 +0,0 @@ -DESCRIPTION = "A C64 emulator based on SDL." -SECTION = "opie/applications" -DEPENDS = "libsdl-qpe" -LICENSE = "GPL" -PR = "r1" - -SRC_URI = "http://wwwthep.physik.uni-mainz.de/~cbauer/FrodoV4_1b.Src.tar.gz \ - file://frodo-qte.diff;patch=1 \ - file://frodo-joystick-4state.diff;patch=1 \ - file://frodorc \ - file://Frodo.png \ - file://frodo.desktop" -S = "${WORKDIR}/Frodo-${PV}/Src" - -inherit autotools - -EXTRA_OECONF = "--disable-sdltest --enable-qtopia" - -do_configure() { - gnu-configize - oe_runconf -} - -do_install() { - install -d ${D}/${palmtopdir}/bin \ - ${D}/${palmtopdir}/apps/Games \ - ${D}/${palmtopdir}/pics - install -m 0644 ${WORKDIR}/Frodo.png ${D}/${palmtopdir}/pics/Frodo.png - install -m 0644 ${WORKDIR}/frodo.desktop ${D}/${palmtopdir}/apps/Games/frodo.desktop - # start script and executable - install -d ${D}/${palmtopdir}/bin/${PN} - install -m 0755 Frodo ${D}/${palmtopdir}/bin/${PN}/Frodo - cat <<STARTER_EOF > ${D}/${palmtopdir}/bin/${PN}/frodostart -#!/bin/sh -cd ${palmtopdir}/bin/${PN} -./Frodo -STARTER_EOF - chmod 0755 ${D}/${palmtopdir}/bin/${PN}/frodostart - ln -sf ${PN}/frodostart ${D}/${palmtopdir}/bin/Frodo - # conffiles - install -d ${D}/${sysconfdir} - install -m 644 ${WORKDIR}/frodorc ${D}/${sysconfdir}/frodorc -} - -FILES_${PN} = "${palmtopdir} ${sysconfdir}" - -#FIXME: Add postinst which copies /etc/frodorc into $HOME/.frodorc |