aboutsummaryrefslogtreecommitdiffstats
path: root/sablevm
diff options
context:
space:
mode:
authorRene Wagner <rw@handhelds.org>2004-08-11 22:45:03 +0000
committerRene Wagner <rw@handhelds.org>2004-08-11 22:45:03 +0000
commit822814f1bcc3bf84574d5f7cf42eb26d35928814 (patch)
tree1d223bedfa4be81af0a586717564b4777a8eaeee /sablevm
parentd661b6189c28dbd0e3d8e3008767d4c32bd57504 (diff)
downloadopenembedded-822814f1bcc3bf84574d5f7cf42eb26d35928814.tar.gz
sablevm-classpath: split into separate packages for java btecode and native code
BKrev: 411aa16fIWfAoZKQ55M_pnglRhMKBg
Diffstat (limited to 'sablevm')
-rw-r--r--sablevm/sablevm-classpath_1.1.6.oe15
1 files changed, 15 insertions, 0 deletions
diff --git a/sablevm/sablevm-classpath_1.1.6.oe b/sablevm/sablevm-classpath_1.1.6.oe
index e69de29bb2..18e8daa315 100644
--- a/sablevm/sablevm-classpath_1.1.6.oe
+++ b/sablevm/sablevm-classpath_1.1.6.oe
@@ -0,0 +1,15 @@
+DESCRIPTION = "GNU Classpath modified to work with SableVM"
+HOMEPAGE = "http://sablevm.org"
+PRIORITY = "optional"
+MAINTAINER = "Rene Wagner <reenoo@gmx.de>"
+DEPENDS = "glib-2.0 gtk+ libart-lgpl pango"
+PR = "r1"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/sablevm/sablevm-classpath-${PV}.tar.gz"
+
+inherit autotools
+
+PACKAGES += " ${PN}-native"
+
+FILES_${PN} = "/usr/share/sablevm"
+FILES_${PN}-native = "/usr/lib/sablevm"