mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
system/zstd: Updated for version 1.3.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
fd2864f29c
commit
4dbdf4bb2b
2 changed files with 6 additions and 10 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=zstd
|
||||
VERSION=${VERSION:-1.3.5}
|
||||
VERSION=${VERSION:-1.3.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -72,12 +72,8 @@ find -L . \
|
|||
make CFLAGS="$SLKCFLAGS" DESTDIR=$PKG PREFIX=/usr LIBDIR=/usr/lib$LIBDIRSUFFIX mandir=/usr/man/ install
|
||||
make -C contrib/pzstd DESTDIR=$PKG PREFIX=/usr install
|
||||
|
||||
cd $PKG/usr/man/man1
|
||||
rm unzstd.1 zstdcat.1
|
||||
gzip -9 zstd.1
|
||||
ln -s zstd.1.gz unzstd.1.gz
|
||||
ln -s zstd.1.gz zstdcat.1.gz
|
||||
cd -
|
||||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/pzstd
|
||||
cp -a doc/* NEWS $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="zstd"
|
||||
VERSION="1.3.5"
|
||||
VERSION="1.3.7"
|
||||
HOMEPAGE="http://facebook.github.io/zstd/"
|
||||
DOWNLOAD="https://github.com/facebook/zstd/archive/v1.3.5/zstd-1.3.5.tar.gz"
|
||||
MD5SUM="d2fc97be4852d666f086282053c02319"
|
||||
DOWNLOAD="https://github.com/facebook/zstd/archive/v1.3.7/zstd-1.3.7.tar.gz"
|
||||
MD5SUM="9b89923a360ac85a3b8076fdf495318d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue