summary : Open implementation of Oracle's Java Development Kit, major version 8
description: |
Open implementation of Oracle's Java Development Kit, major version 8. This package includes both the JDK and its accompanying JRE, with OpenJFX in a separate package.
@@ -30,28 +24,25 @@
patterns :
- devel: /usr/lib64/openjdk-8/include
setup : |
- # Prep input tarballs
- SOLJVM_VERSION="u252-ga"
- for tarball in corba hotspot jaxp jaxws langtools jdk nashorn; do
- mkdir -pv ${tarball} &&
- tar -xf $sources/${tarball}-${SOLJVM_VERSION}.tar.bz2 --strip-components=1 -C ${tarball}