mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/zpaq: Update for version 7.05
This commit is contained in:
parent
6423f0313e
commit
033979a7c5
2 changed files with 7 additions and 11 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for zpaq
|
||||
|
||||
# Copyright 2013-2014, Christoph Willing, Australia
|
||||
# Copyright 2013-2016, Christoph Willing, Australia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=zpaq
|
||||
VERSION=${VERSION:-6.54}
|
||||
VERSION=${VERSION:-7.05}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -70,11 +70,7 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
g++ \
|
||||
$SLKCFLAGS -s -Dunix -DNDEBUG -fopenmp -o $PRGNAM \
|
||||
zpaq.cpp \
|
||||
libzpaq.cpp \
|
||||
divsufsort.c
|
||||
make
|
||||
|
||||
mkdir -p $PKG/usr/bin
|
||||
install -m 0755 $PRGNAM $PKG/usr/bin/
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="zpaq"
|
||||
VERSION="6.54"
|
||||
VERSION="7.05"
|
||||
HOMEPAGE="http://mattmahoney.net/dc/zpaq.html"
|
||||
DOWNLOAD="http://mattmahoney.net/dc/zpaq654.zip"
|
||||
MD5SUM="da560701eb1b40fb60f01501f147e855"
|
||||
DOWNLOAD="http://mattmahoney.net/dc/zpaq705.zip"
|
||||
MD5SUM="677b2c7b795c8631d1b6780e9a32322b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="docutils"
|
||||
MAINTAINER="Christoph Willing"
|
||||
EMAIL="chris.willing@iinet.net.au"
|
||||
EMAIL="chris.willing@linux.com"
|
||||
|
|
Loading…
Reference in a new issue