blob: 877ca33ef08abe18c337555a4ea22e47035b3e7f (
plain)
1
2
3
4
5
6
7
8
9
10
|
SECTION = "devel"
DESCRIPTION = "Java compiler adhering to language and VM specifications"
HOMEPAGE = "http://www-124.ibm.com/developerworks/oss/jikes/"
PRIORITY = "optional"
MAINTAINER = "Rene Wagner <reenoo@gmx.de>"
SRC_URI="ftp://www-126.ibm.com/pub/jikes/${PV}/jikes-${PV}.tar.bz2"
LICENSE="IBM"
inherit autotools
|