|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/bash |
|
|
|
# Build script for Slackware |
|
|
|
# Copyright (C) 2019 Damien Goutte-Gattat |
|
|
|
# Copyright (C) 2019,2020 Damien Goutte-Gattat |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modifications, |
|
|
|
# is permitted provided that the following conditions are met: |
|
|
@ -31,9 +31,9 @@ ARCH=${ARCH:-$(uname -m | sed 's/^i.86$/i486/;s/^arm.*/arm/')} |
|
|
|
|
|
|
|
# Source package infos |
|
|
|
NAMESRC=${NAMESRC:-OpenJDK11U} |
|
|
|
VERSION=${VERSION:-11.0.5.10} |
|
|
|
ARCHIVE=${ARCHIVE:-OpenJDK11U-jdk_${SRCARCH}_linux_hotspot_11.0.5_10.tar.gz} |
|
|
|
WGET=${WGET:-https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.5%2B10/$ARCHIVE} |
|
|
|
VERSION=${VERSION:-11.0.7.10} |
|
|
|
ARCHIVE=${ARCHIVE:-OpenJDK11U-jdk_${SRCARCH}_linux_hotspot_11.0.7_10.tar.gz} |
|
|
|
WGET=${WGET:-https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.7%2B10/$ARCHIVE} |
|
|
|
|
|
|
|
# Build infos |
|
|
|
NAMEPKG=${NAMEPKG:-openjdk11} |
|
|
|