summaryrefslogtreecommitdiffstats
path: root/p7zip
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-07-21 21:04:27 +0000
committer Eric Hameleers <alien@slackware.com>2016-07-21 21:04:27 +0000
commit303f708a22c6806ea8fb04d064148b453747a01e (patch)
tree25f32de55453830b2e7026aad67757d71f378add /p7zip
parent63c6455796aba2c731445b96921b2b8c42112737 (diff)
downloadasb-303f708a22c6806ea8fb04d064148b453747a01e.tar.gz
asb-303f708a22c6806ea8fb04d064148b453747a01e.tar.xz
p7zip: updated to 16.02
Diffstat (limited to 'p7zip')
-rwxr-xr-xp7zip/build/p7zip.SlackBuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/p7zip/build/p7zip.SlackBuild b/p7zip/build/p7zip.SlackBuild
index 017ed9dd..dd021f8b 100755
--- a/p7zip/build/p7zip.SlackBuild
+++ b/p7zip/build/p7zip.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2006, 2008, 2009, 2010, 2011, 2015 Eric Hameleers, Eindhoven, NL
+# Copyright 2006, 2008, 2009, 2010, 2011, 2015, 2016 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -47,6 +47,8 @@
# * Update.
# 15.09-1: 21/oct/2015 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 16.02-1: 21/jul/2016 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh p7zip.SlackBuild' to build a Slackware package.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
@@ -57,11 +59,11 @@
# Set initial variables:
PRGNAM=p7zip
-VERSION=${VERSION:-15.09}
+VERSION=${VERSION:-16.02}
BUILD=${BUILD:-1}
TAG=${TAG:-alien}
-GUI=${GUI:-YES} # build the GUI: YES or NO
+GUI=${GUI:-YES} # build the GUI: YES or NO (the CLI is built always)
DOCS="ChangeLog README* TODO DOC/*"
@@ -182,7 +184,7 @@ sed -i -e "s#7zFM_do_not_use#7zFM#g" $(grep -rl 7zFM_do_not_use .)
# First, build the commandline tools:
if [ "$GUI" = "YES" ]; then
- TARGETS=all6
+ TARGETS=all5
make depend \
2>&1 | tee $OUTPUT/makedepend-${PRGNAM}.log
else
@@ -216,7 +218,7 @@ if [ "$GUI" = "YES" ]; then
# Install the gui program plus support files:
cp -a GUI/p7zipForFilemanager $PKG/usr/bin/p7zipForFilemanager
cp -a GUI/Lang $PKG/usr/lib${LIBDIRSUFFIX}/p7zip/
- cp -a GUI/help $PKG/usr/lib${LIBDIRSUFFIX}/p7zip/
+ #cp -a GUI/help $PKG/usr/lib${LIBDIRSUFFIX}/p7zip/
#cp -a bin/Client7z $PKG/usr/lib${LIBDIRSUFFIX}/p7zip/
cp -a bin/LzmaCon $PKG/usr/lib${LIBDIRSUFFIX}/p7zip/
cp -a bin/7zFM $PKG/usr/lib${LIBDIRSUFFIX}/p7zip/