system/lziprecover: Updated for version 1.15.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Gary Herreman 2014-03-21 08:21:42 +07:00 committed by Erik Hanson
parent 0e8f69c0c5
commit 4d1e1aa38b
3 changed files with 11 additions and 13 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for lziprecover
# Copyright 2013 Gary Herreman <mithrandiragain@lavabit.com>
# Copyright 2014 Gary Herreman <gary@garyrh.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=lziprecover
VERSION=${VERSION:-1.14}
VERSION=${VERSION:-1.15}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -64,10 +64,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.lz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
@ -89,9 +89,7 @@ rm -f $PKG/usr/info/dir
gzip -9 $PKG/usr/info/*.info*
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
AUTHORS ChangeLog COPYING INSTALL NEWS README doc/ \
$PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS ChangeLog COPYING INSTALL NEWS README doc/ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View File

@ -1,10 +1,10 @@
PRGNAM="lziprecover"
VERSION="1.14"
VERSION="1.15"
HOMEPAGE="http://www.nongnu.org/lzip/lziprecover.html"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/lziprecover-1.14.tar.lz"
MD5SUM="6e001351bf632540dd7c463b095cea5c"
DOWNLOAD="http://download.savannah.gnu.org/releases/lzip/lziprecover-1.15.tar.lz"
MD5SUM="c67f566be4b83d0f936be2f190decb0c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lzip"
MAINTAINER="Gary Herreman"
EMAIL="mithrandiragain@lavabit.com"
EMAIL="gary@garyrh.com"