mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/oksh: Updated for version 7.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
06265d5d71
commit
f9c842e4a6
2 changed files with 7 additions and 13 deletions
|
@ -3,6 +3,7 @@
|
|||
# Slackware build script for oksh
|
||||
|
||||
# Copyright 2019-2020 Hunter Sezen California, USA
|
||||
# Copyright 2023 Samuel Young, MO, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=oksh
|
||||
VERSION=${VERSION:-6.8.1}
|
||||
VERSION=${VERSION:-7.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -38,9 +39,6 @@ if [ -z "$ARCH" ]; then
|
|||
esac
|
||||
fi
|
||||
|
||||
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
|
||||
# the name of the created package would be, and then exit. This information
|
||||
# could be useful to other scripts.
|
||||
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
||||
exit 0
|
||||
|
@ -52,16 +50,12 @@ OUTPUT=${OUTPUT:-/tmp}
|
|||
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
LIBDIRSUFFIX="64"
|
||||
else
|
||||
SLKCFLAGS="-O2"
|
||||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
set -eu
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="oksh"
|
||||
VERSION="6.8.1"
|
||||
VERSION="7.3"
|
||||
HOMEPAGE="https://github.com/ibara/oksh"
|
||||
DOWNLOAD="https://github.com/ibara/oksh/releases/download/oksh-6.8.1/oksh-6.8.1.tar.gz"
|
||||
MD5SUM="ce8b7c278e6d36bbbd7b54c218fae7ba"
|
||||
DOWNLOAD="https://github.com/ibara/oksh/releases/download/oksh-7.3/oksh-7.3.tar.gz"
|
||||
MD5SUM="96c235d50fa076104444491aae504f73"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Hunter Sezen"
|
||||
EMAIL="orbea@riseup.net"
|
||||
MAINTAINER="Samuel Young"
|
||||
EMAIL="samyoung12788@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue