diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-10-16 21:52:50 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-10-16 21:52:50 -0500 |
commit | c843246520d6ec90df61c97f7601ddf523524c20 (patch) | |
tree | 61597b0a742d0efd69d57fd91009bd411440e950 /system | |
parent | 3dbd1ebb1149fb1b29278c065f269d82f1ffe201 (diff) | |
download | slackbuilds-c843246520d6ec90df61c97f7601ddf523524c20.tar.gz |
system/p7zip: Updated for version 9.13.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/p7zip/p7zip.SlackBuild | 11 | ||||
-rw-r--r-- | system/p7zip/p7zip.info | 6 |
2 files changed, 10 insertions, 7 deletions
diff --git a/system/p7zip/p7zip.SlackBuild b/system/p7zip/p7zip.SlackBuild index 3c49ea5df0..3ac450f466 100644 --- a/system/p7zip/p7zip.SlackBuild +++ b/system/p7zip/p7zip.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for p7zip -# Copyright 2007-2009 Heinz Wiesinger, Amsterdam, Netherlands +# Copyright 2007-2010 Heinz Wiesinger, Amsterdam, Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,16 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=p7zip -VERSION=9.04 +VERSION=9.13 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -98,6 +96,11 @@ make install \ install -m 0755 contrib/gzip-like_CLI_wrapper_for_7z/p7zip $PKG/usr/bin/ install -m 0644 contrib/gzip-like_CLI_wrapper_for_7z/man1/p7zip.1 $PKG/usr/man/man1/ +# install midnight commander vfs add on +mkdir -p $PKG/usr/share/mc/extfs/ +install -m 755 contrib/VirtualFileSystemForMidnightCommander/u7z \ + $PKG/usr/share/mc/extfs/ + if ! [ "$GUI" = "no" ]; then # Unfortunately we have to install 7zG by hand install -m 555 $PKG/usr/bin/7z $PKG/usr/bin/7zG diff --git a/system/p7zip/p7zip.info b/system/p7zip/p7zip.info index e92796aaa1..56fbe5901e 100644 --- a/system/p7zip/p7zip.info +++ b/system/p7zip/p7zip.info @@ -1,8 +1,8 @@ PRGNAM="p7zip" -VERSION="9.04" +VERSION="9.13" HOMEPAGE="http://p7zip.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/p7zip/p7zip_9.04_src_all.tar.bz2" -MD5SUM="9194ebf9a2b3735d236aed001de5f6f8" +DOWNLOAD="http://downloads.sourceforge.net/p7zip/p7zip_9.13_src_all.tar.bz2" +MD5SUM="8ddb5053db3b1f2696407d01be145779" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Heinz Wiesinger" |