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 /qfish | |
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 'qfish')
-rw-r--r-- | qfish/qfish2_1.0.0.bb | 0 | ||||
-rw-r--r-- | qfish/qfish2_1.0.0.oe | 46 |
2 files changed, 0 insertions, 46 deletions
diff --git a/qfish/qfish2_1.0.0.bb b/qfish/qfish2_1.0.0.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qfish/qfish2_1.0.0.bb diff --git a/qfish/qfish2_1.0.0.oe b/qfish/qfish2_1.0.0.oe deleted file mode 100644 index 24d404854f..0000000000 --- a/qfish/qfish2_1.0.0.oe +++ /dev/null @@ -1,46 +0,0 @@ -DESCRIPTION = "A Game with fishes, Qt/Embedded based Palmtop Environments Edition" -MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" -SECTION = "opie/games" -LICENSE = "GPL" -PRIORITY = "optional" -PR = "r1" - -SRC_URI = "http://users.hoops.ne.jp/taiga0818/rpms/qfish2-${PV}.tar.gz" -S = "${WORKDIR}/qfish" - -inherit palmtop - -MACHTYPE = "sl300" -MACHTYPE_corgi = "sl700" -MACHTYPE_shepherd = "sl700" -MACHTYPE_husky = "sl700" -MACHTYPE_tosa = "sl700" - -do_configure_append() { - ln -v -f -s config/config-${MACHTYPE}.h config.h - ln -v -f -s config/config.mk-${MACHTYPE} config.mk - if [ "${MACHTYPE}" = "sl300" ] - then - ln -vfs bigFishSize.h areaSize.h - else - ln -vfs smallFishSize.h areaSize.h - fi - ln -v -f -s HiScoreRegConfig-${MACHTYPE}.h HiScoreRegConfig.h -} - -do_compile_prepend() { - cd images && oe_runmake && cd ${S} -} - -do_install() { - install -d ${D}${palmtopdir}/apps/Games - install -m 0644 desktop/qfish-${MACHTYPE}.desktop ${D}${palmtopdir}/apps/Games/qfish2.desktop - install -d ${D}${palmtopdir}/bin - install -m 0755 qfish ${D}${palmtopdir}/bin/qfish2 - install -d ${D}${palmtopdir}/pics - install -m 0644 desktop/qfish2.png ${D}${palmtopdir}/pics/ - install -d ${D}${palmtopdir}/sounds/qfish2 - install -m 0644 sounds/*.wav ${D}${palmtopdir}/sounds/qfish2/ - install -d ${D}${palmtopdir}/help/html/ - install -m 0644 desktop/qfish.html ${D}${palmtopdir}/help/html/qfish2.html -} |