sablevm-classpath: split into separate packages for java btecode and native code
authorRene Wagner <rw@handhelds.org>
Wed, 11 Aug 2004 22:45:03 +0000 (22:45 +0000)
committerRene Wagner <rw@handhelds.org>
Wed, 11 Aug 2004 22:45:03 +0000 (22:45 +0000)
BKrev: 411aa16fIWfAoZKQ55M_pnglRhMKBg

sablevm/sablevm-classpath_1.1.6.oe

index e69de29..18e8daa 100644 (file)
@@ -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"