libraries/aspnetcore-runtime: Changed package name to aspnetcore-runtime-3.1 and updated for version 3.1.21.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8cd3840d62
commit
fa6c85fcad
|
@ -5,5 +5,5 @@ and can be used to build device, cloud, and IoT applications.
|
|||
|
||||
This package contains everything you need to run a ASP.NET application.
|
||||
It includes ASP.NET Core runtime and .NET Core runtime.
|
||||
If you want to build apps, install .NET Core SDK (dotnet-sdk), which
|
||||
If you want to build apps, install .NET Core SDK (dotnet-sdk-3.1), which
|
||||
contains these runtimes too.
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Slackware build script for aspnetcore-runtime.
|
||||
# Slackware build script for aspnetcore-runtime-3.1.
|
||||
#
|
||||
# Copyright 2019 Reza Talebi, Shahin Shahr, Iran.
|
||||
# All rights reserved.
|
||||
|
@ -24,8 +24,9 @@
|
|||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=aspnetcore-runtime
|
||||
VERSION=${VERSION:-3.1.13}
|
||||
PRGNAM=aspnetcore-runtime-3.1
|
||||
SRCNAM=aspnetcore-runtime
|
||||
VERSION=${VERSION:-3.1.21}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -62,7 +63,7 @@ rm -rf $PRGNAM-${VERSION}-${BUILD}
|
|||
mkdir -p $PRGNAM-${VERSION}-${BUILD}
|
||||
cd $PKG
|
||||
mkdir -p usr/share/dotnet
|
||||
tar -zxf $CWD/$PRGNAM-${VERSION}-linux-${ARCHITECTURE}.tar.gz -C usr/share/dotnet
|
||||
tar -zxf $CWD/$SRCNAM-${VERSION}-linux-${ARCHITECTURE}.tar.gz -C usr/share/dotnet
|
||||
chown -R root:root usr/share/dotnet
|
||||
|
||||
mkdir -p usr/bin
|
|
@ -0,0 +1,10 @@
|
|||
PRGNAM="aspnetcore-runtime-3.1"
|
||||
VERSION="3.1.21"
|
||||
HOMEPAGE="https://dotnet.microsoft.com/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://download.visualstudio.microsoft.com/download/pr/c4565012-97e8-4a5a-9edf-8d6c94f0ac5c/dd227c01d532bcb731b026243a51f55f/aspnetcore-runtime-3.1.21-linux-x64.tar.gz"
|
||||
MD5SUM_x86_64="96c3ef6653bf3e4aea25d9b21222cbb7"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Reza Talebi"
|
||||
EMAIL="reza.talebi.73@outlook.com"
|
|
@ -0,0 +1,19 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
aspnetcore-runtime-3.1: aspnetcore-runtime-3.1 (Runtime for ASP.NET applications)
|
||||
aspnetcore-runtime-3.1:
|
||||
aspnetcore-runtime-3.1: .NET Core is an open-source, general-purpose development platform
|
||||
aspnetcore-runtime-3.1: maintained by Microsoft and the .NET community on GitHub. It's
|
||||
aspnetcore-runtime-3.1: cross-platform (supporting Windows, macOS, and Linux) and can be
|
||||
aspnetcore-runtime-3.1: used to build device, cloud, and IoT applications. This package
|
||||
aspnetcore-runtime-3.1: contains everything you need to run a ASP.NET application.
|
||||
aspnetcore-runtime-3.1: It includes ASP.NET Core runtime and .NET Core runtime (dotnet-runtime).
|
||||
aspnetcore-runtime-3.1:
|
||||
aspnetcore-runtime-3.1: https://dotnet.microsoft.com/
|
||||
aspnetcore-runtime-3.1:
|
|
@ -1,10 +0,0 @@
|
|||
PRGNAM="aspnetcore-runtime"
|
||||
VERSION="3.1.13"
|
||||
HOMEPAGE="https://dotnet.microsoft.com/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://download.visualstudio.microsoft.com/download/pr/a11a4be1-2a51-4ddc-a23a-56348ea45101/20085ae5fbefd18642babcee279a74e4/aspnetcore-runtime-3.1.13-linux-x64.tar.gz"
|
||||
MD5SUM_x86_64="7cde6a5e7e018638c249e721138a526f"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Reza Talebi"
|
||||
EMAIL="reza.talebi.73@outlook.com"
|
|
@ -1,19 +0,0 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
aspnetcore-runtime: aspnetcore-runtime (Runtime for ASP.NET applications)
|
||||
aspnetcore-runtime:
|
||||
aspnetcore-runtime: .NET Core is an open-source, general-purpose development platform
|
||||
aspnetcore-runtime: maintained by Microsoft and the .NET community on GitHub. It's
|
||||
aspnetcore-runtime: cross-platform (supporting Windows, macOS, and Linux) and can be
|
||||
aspnetcore-runtime: used to build device, cloud, and IoT applications. This package
|
||||
aspnetcore-runtime: contains everything you need to run a ASP.NET application.
|
||||
aspnetcore-runtime: It includes ASP.NET runtime and .NET Core runtime (dotnet-runtime).
|
||||
aspnetcore-runtime:
|
||||
aspnetcore-runtime: https://dotnet.microsoft.com/
|
||||
aspnetcore-runtime:
|
Loading…
Reference in New Issue