Commit 5338f9ed authored by Иван Мажукин's avatar Иван Мажукин Committed by Vitaly Lipatov

epm play: add bellsoft-java11-full (eterbug #17289)

parent 8338b077
#!/bin/sh
PKGNAME=bellsoft-java11-full
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION='BellSoft Liberica JDK is a build of OpenJDK that is tested and verified to be compliant with the Java SE specification using OpenJDK Technology Compatibility Kit test suite'
URL="https://github.com/bell-sw/Liberica/"
. $(dirname $0)/common.sh
warn_version_is_not_supported
# bellsoft-jdk22.0.1+10-linux-amd64-full.rpm
PKGURL="https://github.com/bell-sw/Liberica/releases/download/11.0.20%2B8/bellsoft-jdk11.0.20%2B8-linux-amd64-full.rpm"
install_pkgurl
\ No newline at end of file
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
. $(dirname $0)/common.sh
add_unirequires libX11.so.6 libXext.so.6 libXi.so.6 libXrender.so.1 libXtst.so.6 libasound.so.2 libfreetype.so.6
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment