mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/lzip: Updated for version 1.12.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
a421d0b36b
commit
997acc85ca
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for lzip
|
# Slackware build script for lzip
|
||||||
|
|
||||||
# Copyright 2008 Barry J. Grundy <bgrundy(at)linuxleo.com>
|
# Copyright 2011 Barry J. Grundy <bgrundy(at)linuxleo.com>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=lzip
|
PRGNAM=lzip
|
||||||
VERSION=1.11
|
VERSION=1.12
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -96,7 +96,7 @@ gzip -9 $PKG/usr/info/*
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cp -a \
|
cp -a \
|
||||||
AUTHORS ChangeLog INSTALL NEWS README \
|
AUTHORS COPYING ChangeLog INSTALL NEWS README \
|
||||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||||
find $PKG/usr/doc -type f -exec chmod 644 {} \;
|
find $PKG/usr/doc -type f -exec chmod 644 {} \;
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="lzip"
|
PRGNAM="lzip"
|
||||||
VERSION="1.11"
|
VERSION="1.12"
|
||||||
HOMEPAGE="http://www.nongnu.org/lzip/lzip.html"
|
HOMEPAGE="http://www.nongnu.org/lzip/lzip.html"
|
||||||
DOWNLOAD="http://download.savannah.gnu.org/releases/lzip/lzip-1.11.tar.gz"
|
DOWNLOAD="http://download.savannah.gnu.org/releases/lzip/lzip-1.12.tar.gz"
|
||||||
MD5SUM="ba9d0a705e47bcd2b73145d238aa7b58"
|
MD5SUM="69a40172db5ce896b58d862c50fcd517"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Barry J. Grundy"
|
MAINTAINER="Barry J. Grundy"
|
||||||
|
|
Loading…
Reference in a new issue