mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
Java Runtime Environment 8 for Blu-ray Disc Java menus from Azul Systems. Also includes libbluray-j2se-*.jar file.
21 lines
491 B
Makefile
21 lines
491 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
. $(get_pkg_directory libXinerama)/package.mk
|
|
|
|
PKG_NAME="jre-libXinerama"
|
|
PKG_LONGDESC="libXinerama for JRE"
|
|
PKG_URL=""
|
|
PKG_DEPENDS_UNPACK+=" libXinerama"
|
|
|
|
PKG_CONFIGURE_OPTS_TARGET+=" --disable-static --enable-shared"
|
|
|
|
unpack() {
|
|
mkdir -p $PKG_BUILD
|
|
tar --strip-components=1 -xf $SOURCES/${PKG_NAME:4}/${PKG_NAME:4}-$PKG_VERSION.tar.bz2 -C $PKG_BUILD
|
|
}
|
|
|
|
makeinstall_target() {
|
|
:
|
|
}
|