36 lines
542 B
Markdown
36 lines
542 B
Markdown
|
|
openjdk25
|
||
|
|
=
|
||
|
|
https://github.com/openjdk/jdk25u.git
|
||
|
|
|
||
|
|
``` env *** env ***
|
||
|
|
disable=true
|
||
|
|
PATH=$PATH:/pkg/gnu/zulujdk25/bin
|
||
|
|
```
|
||
|
|
|
||
|
|
``` sh *** build ***
|
||
|
|
chmod +x ./configure
|
||
|
|
./configure \
|
||
|
|
--prefix=/pkg/gnu/openjdk25 \
|
||
|
|
--with-debug-level=release \
|
||
|
|
--with-boot-jdk=/pkg/gnu/zulujdk25
|
||
|
|
make images
|
||
|
|
mkdir -p /pkg/gnu/openjdk25
|
||
|
|
cp -rPl build/linux-x86_64-server-release/images/jdk/* /pkg/gnu/openjdk25
|
||
|
|
```
|
||
|
|
|
||
|
|
``` cfg *** build deps ***
|
||
|
|
zulujdk25
|
||
|
|
xproto
|
||
|
|
libx11
|
||
|
|
libxrender
|
||
|
|
libxrandr
|
||
|
|
libxtst
|
||
|
|
libxt
|
||
|
|
cups
|
||
|
|
alsa-lib
|
||
|
|
```
|
||
|
|
|
||
|
|
``` cfg *** run deps ***
|
||
|
|
zip
|
||
|
|
```
|