summaryrefslogtreecommitdiff
path: root/packages/squeak/squeak-nox_3.4-2.bb
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@openmoko.org>2008-10-01 18:13:07 +0200
committerHolger Freyther <ich@tamarin.(none)>2008-10-15 18:53:35 +0200
commitff30b7fe2e7a3d67ef28d30a0cf2c5442afdaa98 (patch)
tree0f5007e8d46e090907d9704b258c43557441b23c /packages/squeak/squeak-nox_3.4-2.bb
parent073f0ef2e13c3f82fef1027be4032da67ab7a10e (diff)
[squeak] Remove unbuildable old version of the squeak vm
Diffstat (limited to 'packages/squeak/squeak-nox_3.4-2.bb')
-rw-r--r--packages/squeak/squeak-nox_3.4-2.bb41
1 files changed, 0 insertions, 41 deletions
diff --git a/packages/squeak/squeak-nox_3.4-2.bb b/packages/squeak/squeak-nox_3.4-2.bb
deleted file mode 100644
index a11af9bb36..0000000000
--- a/packages/squeak/squeak-nox_3.4-2.bb
+++ /dev/null
@@ -1,41 +0,0 @@
-DESCRIPTION = "Squeak VM for QtEmbedded"
-SECTION = "devel"
-PRIORITY = "optional"
-LICENSE = "Squeak License"
-HOMEPAGE = "http://www.squeak.org"
-DEPENDS = "virtual/libqpe"
-PROVIDES = "virtual/squeak-nox"
-PR = "r1"
-
-SRC_URI = "http://keepcool.kf.tu-berlin.de/public/mitarbeiter/sadowski/qtopia-squeak-${PV}_patched.tar.gz \
- file://Makefile.in"
-S = "${WORKDIR}"
-
-EXTRA_OECONF = ' --host=arm-linux --without-x --without-npsqueak --with-audio=oss'
-
-inherit palmtop
-
-do_configure() {
- cp platforms/unix/vm/aio.h platforms/unix/vm/sqaio.h
- cp ${WORKDIR}/Makefile.in platforms/unix/vm/Makefile.in
- rm -rf build
- mkdir build
- cd build
- ../platforms/unix/config/configure ${EXTRA_OECONF}
-}
-
-do_compile() {
- cd build
- make
-}
-
-do_install() {
- install -d ${D}${palmtopdir}/bin/
- install -m 0755 ${WORKDIR}/build/squeak-nox ${D}${palmtopdir}/bin/
- install -d ${D}/${palmtopdir}/apps/Applications/
- install -m 0644 squeak.desktop ${D}/${palmtopdir}/apps/Applications/squeak.desktop
- install -d ${D}/${palmtopdir}/pics/
- install -m 0644 SqueakLogo.png ${D}/${palmtopdir}/pics/SqueakLogo.png
- install -d ${D}/${palmtopdir}/share/apps/squeak/
- install -m 0644 README ${D}/${palmtopdir}/share/apps/squeak/
-}