development/dotnet-runtime: Changed package name to dotnet-runtime-3.1 and updated for version 3.1.21.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Reza Talebi 2021-11-21 12:03:37 +03:30 committed by Willy Sudiarto Raharjo
parent cdf02c34b6
commit 8cd3840d62
No known key found for this signature in database
GPG key ID: 3F617144D7238786
6 changed files with 34 additions and 33 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
# Slackware build script for dotnet-runtime.
# Slackware build script for dotnet-runtime-3.1.
#
# Copyright 2019 Reza Talebi, Shahin Shahr, Iran.
# All rights reserved.
@ -24,8 +24,9 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=dotnet-runtime
VERSION=${VERSION:-3.1.13}
PRGNAM=dotnet-runtime-3.1
SRCNAM=dotnet-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

View file

@ -0,0 +1,10 @@
PRGNAM="dotnet-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/286e526e-282b-47e5-afeb-4f99ee481972/495908d6a6019e47249bd05f8346aeb5/dotnet-runtime-3.1.21-linux-x64.tar.gz"
MD5SUM_x86_64="0faf1c290a01a108c5a884b138c5623f"
REQUIRES=""
MAINTAINER="Reza Talebi"
EMAIL="reza.talebi.73@outlook.com"

View file

@ -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------------------------------------------------------|
dotnet-runtime-3.1: dotnet-runtime-3.1 (Runtime for .NET Core applications)
dotnet-runtime-3.1:
dotnet-runtime-3.1: .NET Core is an open-source, general-purpose development platform
dotnet-runtime-3.1: maintained by Microsoft and the .NET community on GitHub. It's
dotnet-runtime-3.1: cross-platform (supporting Windows, macOS, and Linux) and can be used
dotnet-runtime-3.1: to build device, cloud, and IoT applications. This package contains
dotnet-runtime-3.1: everything you need to run a .NET application. If you want to build
dotnet-runtime-3.1: apps, install dotnet-sdk, which contains this runtime too.
dotnet-runtime-3.1:
dotnet-runtime-3.1: https://dotnet.microsoft.com/
dotnet-runtime-3.1:

View file

@ -1,10 +0,0 @@
PRGNAM="dotnet-runtime"
VERSION="3.1.13"
HOMEPAGE="https://dotnet.microsoft.com/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://download.visualstudio.microsoft.com/download/pr/6880db3b-a4fe-4801-8e80-bbbec045f7c0/283b70d5e263c0341f011adf5a2ea5b1/dotnet-runtime-3.1.13-linux-x64.tar.gz"
MD5SUM_x86_64="f4afc5386a912138b2cb1e78b71c8815"
REQUIRES=""
MAINTAINER="Reza Talebi"
EMAIL="reza.talebi.73@outlook.com"

View file

@ -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------------------------------------------------------|
dotnet-runtime: dotnet-runtime (Runtime for .NET Core applications)
dotnet-runtime:
dotnet-runtime: .NET Core is an open-source, general-purpose development platform
dotnet-runtime: maintained by Microsoft and the .NET community on GitHub. It's
dotnet-runtime: cross-platform (supporting Windows, macOS, and Linux) and can be used
dotnet-runtime: to build device, cloud, and IoT applications. This package contains
dotnet-runtime: everything you need to run a .NET application. If you want to build
dotnet-runtime: apps, install dotnet-sdk, which contains this runtime too.
dotnet-runtime:
dotnet-runtime: https://dotnet.microsoft.com/
dotnet-runtime: