system/nbench: Fixed homepage and download.
Signed-off-by: David Spencer <baildon.research@googlemail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
db869b0f76
commit
baa1e90958
|
@ -1,5 +1,2 @@
|
|||
These are Native Mode (a.k.a. Algorithm Level) tests; benchmarks designed
|
||||
to expose the capabilities of a system's CPU, FPU, and memory system.
|
||||
|
||||
This can be compiled on various operating systems, including SunOS,
|
||||
DEC Unix 4.0, DEC OSF1, HP-UX, DEC Ultrix, MS-DOS, and of course Linux.
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
# 1. Redistributions of this script must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
|
||||
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
||||
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
|
@ -32,7 +32,7 @@ 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
|
||||
|
@ -43,8 +43,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,7 +1,7 @@
|
|||
PRGNAM="nbench"
|
||||
VERSION="2.2.3"
|
||||
HOMEPAGE="http://www.tux.org/~mayer/linux/bmark.html"
|
||||
DOWNLOAD="http://www.tux.org/~mayer/linux/nbench-byte-2.2.3.tar.gz"
|
||||
HOMEPAGE="https://web.archive.org/web/20160530163313/http://www.tux.org/~mayer/linux/bmark.html"
|
||||
DOWNLOAD="https://fossies.org/linux/misc/nbench-byte-2.2.3.tar.gz"
|
||||
MD5SUM="285dfab361080759d477ea1fe7d3093a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
|
@ -12,7 +12,7 @@ nbench: These are Native Mode (a.k.a. Algorithm Level) tests; benchmarks
|
|||
nbench: designed to expose the capabilities of a system's CPU, FPU, and
|
||||
nbench: memory system.
|
||||
nbench:
|
||||
nbench: http://www.tux.org/~mayer/linux/bmark.html
|
||||
nbench:
|
||||
nbench:
|
||||
nbench:
|
||||
nbench:
|
||||
|
|
Loading…
Reference in New Issue