mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/zpaq: Updated for version 7.14
Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
This commit is contained in:
parent
3144cbd880
commit
f81418bbb1
4 changed files with 7 additions and 9 deletions
|
@ -12,4 +12,3 @@ only those files whose last-modified date has changed since the previous
|
|||
backup are added. For 100 GB of files, this typically takes 1-2 minutes,
|
||||
vs. a few hours to create the first version. "Deduplicating" means that
|
||||
identical files or fragments are stored only once to save time and space.
|
||||
|
||||
|
|
|
@ -17,4 +17,3 @@ zpaq: backup are added.
|
|||
zpaq: "Deduplicating" means that identical files or fragments are stored
|
||||
zpaq: only once to save time and space.
|
||||
zpaq:
|
||||
|
||||
|
|
|
@ -23,13 +23,13 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=zpaq
|
||||
VERSION=${VERSION:-7.05}
|
||||
VERSION=${VERSION:-7.14}
|
||||
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="-O3 -march=i486 -mtune=i686"
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O3 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O3 -march=i686 -mtune=i686"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="zpaq"
|
||||
VERSION="7.05"
|
||||
VERSION="7.14"
|
||||
HOMEPAGE="http://mattmahoney.net/dc/zpaq.html"
|
||||
DOWNLOAD="http://mattmahoney.net/dc/zpaq705.zip"
|
||||
MD5SUM="677b2c7b795c8631d1b6780e9a32322b"
|
||||
DOWNLOAD="http://mattmahoney.net/dc/zpaq714.zip"
|
||||
MD5SUM="7a86de2e19265f87c5046ceec6d10026"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="docutils"
|
||||
|
|
Loading…
Reference in a new issue