From: Rene Wagner Date: Wed, 11 Aug 2004 22:45:03 +0000 (+0000) Subject: sablevm-classpath: split into separate packages for java btecode and native code X-Git-Tag: Release-2010-05/1~17706 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=822814f1bcc3bf84574d5f7cf42eb26d35928814;p=openembedded.git sablevm-classpath: split into separate packages for java btecode and native code BKrev: 411aa16fIWfAoZKQ55M_pnglRhMKBg --- 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 " +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"