mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 03:38:05 +01:00
19 lines
462 B
Plaintext
19 lines
462 B
Plaintext
name = 'Java'
|
|
version = "1.9.0+181"
|
|
|
|
homepage = 'http://java.com/'
|
|
description = """Java Platform, Standard Edition (Java SE) lets you develop and deploy
|
|
Java applications on desktops and servers."""
|
|
|
|
toolchain = {'name': 'system', 'version': ''}
|
|
|
|
# download the tar.gz directly from
|
|
# http://www.oracle.com/technetwork/java/javase/downloads/index.html
|
|
sources = ['jdk-9_linux-x64_bin.tar.gz']
|
|
|
|
dependencies = [
|
|
('X11', '20170314'),
|
|
]
|
|
|
|
moduleclass = 'lang'
|