diff options
author | Barry J. Grundy <bgrundyatlinuxleo.com> | 2013-03-11 19:30:10 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-03-22 07:16:40 -0400 |
commit | a3767b7d033919916fb487641b5513caebbd1b84 (patch) | |
tree | 423df5ecf1774be6959263a5c613541ba8c7d4f2 /system/lzip | |
parent | a7b52a8fbf9dddc052902cbf51aa53ed602e97a1 (diff) | |
download | slackbuilds-a3767b7d033919916fb487641b5513caebbd1b84.tar.gz |
system/lzip: Updated for version 1.14.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/lzip')
-rw-r--r-- | system/lzip/lzip.SlackBuild | 18 | ||||
-rw-r--r-- | system/lzip/lzip.info | 6 | ||||
-rw-r--r-- | system/lzip/slack-desc | 12 |
3 files changed, 18 insertions, 18 deletions
diff --git a/system/lzip/lzip.SlackBuild b/system/lzip/lzip.SlackBuild index 04f4d1522c..e5d70b046c 100644 --- a/system/lzip/lzip.SlackBuild +++ b/system/lzip/lzip.SlackBuild @@ -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 \) \ diff --git a/system/lzip/lzip.info b/system/lzip/lzip.info index 3f7ef1fc71..7973b0e56f 100644 --- a/system/lzip/lzip.info +++ b/system/lzip/lzip.info @@ -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="" diff --git a/system/lzip/slack-desc b/system/lzip/slack-desc index 50606f7b7d..5c7e5f4ac1 100644 --- a/system/lzip/slack-desc +++ b/system/lzip/slack-desc @@ -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. |