mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
misc/moreutils: Updated for version 0.60.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
c78bfeb651
commit
3407adb6c2
3 changed files with 10 additions and 8 deletions
|
@ -1,2 +1,4 @@
|
|||
moreutils is a growing collection of the unix tools that nobody
|
||||
thought to write long ago when unix was young.
|
||||
|
||||
This package conflicts with system/parallel.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for moreutils
|
||||
|
||||
# Copyright 2015 Arkadiusz Drabczyk <arkadiusz@drabczyk.org>
|
||||
# Copyright 2015-2016 Arkadiusz Drabczyk <arkadiusz@drabczyk.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,13 +23,13 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=moreutils
|
||||
VERSION=${VERSION:-0.59}
|
||||
VERSION=${VERSION:-0.60}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="moreutils"
|
||||
VERSION="0.59"
|
||||
VERSION="0.60"
|
||||
HOMEPAGE="https://joeyh.name/code/moreutils"
|
||||
DOWNLOAD="http://drabczyk.org/moreutils-0.59.tar.gz"
|
||||
MD5SUM="718900463335f8a9405493c5db5cf4bb"
|
||||
DOWNLOAD="http://drabczyk.org/moreutils-0.60.tar.gz"
|
||||
MD5SUM="69370e9dc5fda8580d03c2c2fd831b6b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-IPC-Run"
|
||||
|
|
Loading…
Reference in a new issue