diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-01-14 15:07:22 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-01-14 15:07:22 +0000 |
commit | 1b0b0e3f85464178c997ef9f0943d0ff99e85edf (patch) | |
tree | edc80f721472d30f7a484877f4db947c4e1b09d7 /packages/jamvm/jamvm.inc | |
parent | c0c3fee3141e11c088a5b1f845773a12a19bb237 (diff) |
jamvm: Cleanup and new version.
- moved all versions prior to 1.4.5 to obsolete/ (including patches)
- added recipe for 1.5.0
- made 1.4.5 and 1.5.0 use a common include file
Diffstat (limited to 'packages/jamvm/jamvm.inc')
-rw-r--r-- | packages/jamvm/jamvm.inc | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/jamvm/jamvm.inc b/packages/jamvm/jamvm.inc new file mode 100644 index 0000000000..36378370c5 --- /dev/null +++ b/packages/jamvm/jamvm.inc @@ -0,0 +1,22 @@ +DESCRIPTION = "A compact Java Virtual Machine which conforms to the JVM specification version 2." +HOMEPAGE = "http://jamvm.sourceforge.net/" +LICENSE = "GPL" + +DEPENDS = "zlib classpath virtual/javac-native" +RDEPENDS = "classpath" + +SRC_URI = "${SOURCEFORGE_MIRROR}/jamvm/jamvm-${PV}.tar.gz" + +RPROVIDES_jamvm = "java2-runtime" + +# This uses 32 bit arm, so force the instruction set to arm, not thumb +ARM_INSTRUCTION_SET = "arm" + +inherit autotools update-alternatives + +EXTRA_OECONF = "--with-classpath-install-dir=${prefix}" +CFLAGS += "-DDEFAULT_MAX_HEAP=16*MB" + +ALTERNATIVE_NAME = "java" +ALTERNATIVE_PATH = "${bindir}/jamvm" +ALTERNATIVE_PRIORITY = "10" |