dotnet-runtime: Add ASP.NET 6.x 6.0.5 and addon (119)

This commit is contained in:
Rudi Heitbaum 2022-07-03 12:16:38 +00:00
parent e441908145
commit 51ccc9d4d5
2 changed files with 20 additions and 3 deletions

View File

@ -1,3 +1,18 @@
119
- Add ASP.NET Core Runtime 6.0.6
118
- Not released for LibreELEC 10.0
117
- Not released for LibreELEC 10.0
116
- Not released for LibreELEC 10.0
115
- Not released for LibreELEC 10.0
114 114
- Add .NET Runtime 5.0.7 - Add .NET Runtime 5.0.7
- Add ASP.NET Core Runtime 5.0.7 - Add ASP.NET Core Runtime 5.0.7

View File

@ -2,14 +2,14 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="dotnet-runtime" PKG_NAME="dotnet-runtime"
PKG_REV="114" PKG_REV="119"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="MIT" PKG_LICENSE="MIT"
PKG_SITE="https://dotnet.microsoft.com/" PKG_SITE="https://dotnet.microsoft.com/"
PKG_DEPENDS_TARGET="toolchain icu aspnet5-runtime dotnet3-runtime dotnet5-runtime icu" PKG_DEPENDS_TARGET="toolchain icu aspnet5-runtime aspnet6-runtime dotnet3-runtime dotnet5-runtime"
PKG_SECTION="tools" PKG_SECTION="tools"
PKG_SHORTDESC="ASP.NET Core Runtime" PKG_SHORTDESC="ASP.NET Core Runtime"
PKG_LONGDESC="ASP.NET Core Runtimes ($(get_pkg_version dotnet3-runtime)) and ($(get_pkg_version dotnet5-runtime)) enables you to run existing console/web/server applications." PKG_LONGDESC="ASP.NET Core Runtimes ($(get_pkg_version dotnet3-runtime)), ($(get_pkg_version dotnet5-runtime)) and ($(get_pkg_version aspnet6-runtime)) enables you to run existing console/web/server applications."
PKG_TOOLCHAIN="manual" PKG_TOOLCHAIN="manual"
PKG_IS_ADDON="yes" PKG_IS_ADDON="yes"
@ -26,6 +26,8 @@ addon() {
${ADDON_BUILD}/${PKG_ADDON_ID}/bin ${ADDON_BUILD}/${PKG_ADDON_ID}/bin
cp -r $(get_build_dir aspnet5-runtime)/* \ cp -r $(get_build_dir aspnet5-runtime)/* \
${ADDON_BUILD}/${PKG_ADDON_ID}/bin ${ADDON_BUILD}/${PKG_ADDON_ID}/bin
cp -r $(get_build_dir aspnet6-runtime)/* \
${ADDON_BUILD}/${PKG_ADDON_ID}/bin
mkdir -p ${ADDON_BUILD}/${PKG_ADDON_ID}/lib mkdir -p ${ADDON_BUILD}/${PKG_ADDON_ID}/lib
cp -L $(get_install_dir icu)/usr/lib/lib*.so.?? \ cp -L $(get_install_dir icu)/usr/lib/lib*.so.?? \