summaryrefslogtreecommitdiff
path: root/packages/sablevm/sablevm-classpath_1.1.9.bb
blob: 2ac5148754ece877f976fd6e88b02a9d004a0c48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SECTION = "console/utils"
DESCRIPTION = "GNU Classpath modified to work with SableVM"
HOMEPAGE = "http://sablevm.org"
LICENSE = "Classpath"
PRIORITY = "optional"
MAINTAINER = "Rene Wagner <reenoo@gmx.de>"
DEPENDS = "glib-2.0 gtk+ libart-lgpl pango xtst jikes-native fastjar-native"
RDEPENDS_${PN} = "${PN}-native"

SRC_URI = "http://sablevm.org/download/release/${PV}/${PN}-${PV}.tar.gz \
           file://disable-automake-checks.patch;patch=1"

inherit autotools

EXTRA_OECONF = "--enable-compressed-classes=fastjar"

PACKAGES += " ${PN}-native"

FILES_${PN} = "${datadir}/${PN}"
FILES_${PN}-native = "${libdir}/${PN}"