mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
system/lzip: Updated for version 1.14.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
a7b52a8fbf
commit
a3767b7d03
3 changed files with 18 additions and 18 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
# Copyright 2011 Barry J. Grundy <bgrundy(at)linuxleo.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
#
|
||||
|
@ -22,12 +22,12 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# Updated for version 1.13 July 2012.
|
||||
# Updated for version 1.14 March 2013.
|
||||
|
||||
PRGNAM=lzip
|
||||
VERSION=1.13
|
||||
PRGNAM=lzip
|
||||
VERSION=1.14
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
SRC_VERSION=$(echo $VERSION | tr _ -)
|
||||
|
||||
|
@ -43,7 +43,7 @@ CWD=$(pwd)
|
|||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
|
@ -60,12 +60,12 @@ fi
|
|||
|
||||
set -e # exit on most errors
|
||||
|
||||
rm -rf $PKG
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
rm -rf $TMP/$PRGNAM-$SRC_VERSION
|
||||
cd $TMP
|
||||
cd $TMP
|
||||
tar xvf $CWD/$PRGNAM-$SRC_VERSION.tar.gz
|
||||
cd $PRGNAM-$SRC_VERSION
|
||||
cd $PRGNAM-$SRC_VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="lzip"
|
||||
VERSION="1.13"
|
||||
VERSION="1.14"
|
||||
HOMEPAGE="http://www.nongnu.org/lzip/lzip.html"
|
||||
DOWNLOAD="http://download.savannah.gnu.org/releases/lzip/lzip-1.13.tar.gz"
|
||||
MD5SUM="2f401e995c36cca05bd1805aa9c28231"
|
||||
DOWNLOAD="http://download.savannah.gnu.org/releases/lzip/lzip-1.14.tar.gz"
|
||||
MD5SUM="39a4b06952ee45274525dc0582cdd651"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
lzip: lzip (lossless data compression tool)
|
||||
lzip:
|
||||
lzip: Lzip is a lossless data compressor based on the LZMA (Lempel-Ziv-Markov
|
||||
lzip: chain-Algorithm) algorithm designed by Igor Pavlov. Lzip decompresses
|
||||
lzip: chain-Algorithm) algorithm designed by Igor Pavlov. Lzip decompresses
|
||||
lzip: almost as fast as gzip and compresses better than bzip2, but requires
|
||||
lzip: more memory and time during compression. These features make lzip well
|
||||
lzip: suited for software distribution and data archival.
|
||||
|
|
Loading…
Reference in a new issue