mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
misc/par2cmdline: Updated for version 0.7.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
f251dac0eb
commit
0d10651a49
3 changed files with 12 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
par2cmdline (Commandline implementation of PARv2.0 specification)
|
||||
|
||||
par2cmdline is a GPL-licensed commandline tool for creating and using PAR2
|
||||
parity sets to detect damage in files and repair them if necessary. The
|
||||
program uses Reed Solomon Coding to perform its error correction. A useful
|
||||
program for checking and ensuring the integrity of binaries retrieved from
|
||||
par2cmdline is a GPL-licensed commandline tool for creating and using PAR2
|
||||
parity sets to detect damage in files and repair them if necessary. The
|
||||
program uses Reed Solomon Coding to perform its error correction. A useful
|
||||
program for checking and ensuring the integrity of binaries retrieved from
|
||||
usenet for instance.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for par2cmdline
|
||||
|
||||
# Copyright 2014-2015, Thomas Morper <thomas@beingboiled.info>, Augsburg, Germany
|
||||
# Copyright 2014-2017, Thomas Morper <thomas@beingboiled.info>, Augsburg, Germany
|
||||
# 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=par2cmdline
|
||||
VERSION=${VERSION:-0.6.13}
|
||||
VERSION=${VERSION:-0.7.3}
|
||||
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="par2cmdline"
|
||||
VERSION="0.6.13"
|
||||
VERSION="0.7.3"
|
||||
HOMEPAGE="https://github.com/Parchive/par2cmdline"
|
||||
DOWNLOAD="https://github.com/Parchive/par2cmdline/archive/v0.6.13.tar.gz"
|
||||
MD5SUM="56f8d315530497946e58659ff9138683"
|
||||
DOWNLOAD="https://github.com/Parchive/par2cmdline/archive/v0.7.3/par2cmdline-0.7.3.tar.gz"
|
||||
MD5SUM="93104e725671ef6ba1083e2dab2d7e74"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue