summaryrefslogtreecommitdiffstats
path: root/system/lzip/lzip.SlackBuild
diff options
context:
space:
mode:
author Barry J. Grundy2013-03-12 00:30:10 +0100
committer dsomero2013-03-22 12:16:40 +0100
commita3767b7d033919916fb487641b5513caebbd1b84 (patch)
tree423df5ecf1774be6959263a5c613541ba8c7d4f2 /system/lzip/lzip.SlackBuild
parenta7b52a8fbf9dddc052902cbf51aa53ed602e97a1 (diff)
downloadslackbuilds-a3767b7d033919916fb487641b5513caebbd1b84.tar.gz
system/lzip: Updated for version 1.14.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/lzip/lzip.SlackBuild')
-rw-r--r--system/lzip/lzip.SlackBuild18
1 files changed, 9 insertions, 9 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 \) \