system/p7zip: Updated for version 9.13.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2010-10-16 21:52:50 -05:00 committed by Robby Workman
parent 3dbd1ebb11
commit c843246520
2 changed files with 10 additions and 7 deletions

View File

@ -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

View File

@ -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"