-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
PKG_NAME = openjdk-21 | ||
PKG_VERS = 35 | ||
PKG_EXT = tar.gz | ||
PKG_DIST_NAME = $(PKG_NAME)+$(PKG_VERS)_linux-x64_bin.$(PKG_EXT) | ||
PKG_DIST_SITE = https://download.java.net/openjdk/jdk21/ri | ||
PKG_DIR = jdk-21 | ||
|
||
HOMEPAGE = https://jdk.java.net/java-se-ri/21 | ||
COMMENT = The official Reference Implementation for Java SE 17 (JSR 392). | ||
# openjdk.java.net/legal/gplv2+ce.html | ||
LICENSE = GPL v2 with Classpath Exception | ||
|
||
# use the jdk-21 folder (i.e. PKG_DIR) | ||
INSTALL_TARGET = nop | ||
|
||
include ../../mk/spksrc.native-install.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
openjdk-21+35_linux-x64_bin.tar.gz SHA1 e02f120dfe2a7d4aa288d657b25353c0e9e2d1f0 | ||
openjdk-21+35_linux-x64_bin.tar.gz SHA256 a30c454a9bef8f46d5f1bf3122830014a8fbe7ac03b5f8729bc3add4b92a1d0a | ||
openjdk-21+35_linux-x64_bin.tar.gz MD5 f57c4f6c0081be1e2f69f3d2e339ffb9 |