mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/tarsnap: Updated for version 1.0.35 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d13255334b
commit
dc827f8f03
2 changed files with 12 additions and 10 deletions
|
@ -6,6 +6,8 @@
|
|||
# as a series of careful modifications to the excellent
|
||||
# http://slackbuilds.org/template.SlackBuild
|
||||
|
||||
# Modified by Ryan P.C. McQuen, WA, ryan.q@linux.com
|
||||
|
||||
# Permission to use, copy, modify, and/or distribute this software for any
|
||||
# purpose with or without fee is hereby granted, provided that the above
|
||||
# copyright notice and this permission notice appear in all copies.
|
||||
|
@ -20,7 +22,7 @@
|
|||
|
||||
|
||||
PRGNAM=tarsnap
|
||||
VERSION=${VERSION:-1.0.26}
|
||||
VERSION=${VERSION:-1.0.35}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -51,10 +53,10 @@ tar xvf $CWD/$PRGNAM-autoconf-$VERSION.tgz
|
|||
cd $PRGNAM-autoconf-$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 {} \;
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="tarsnap"
|
||||
VERSION="1.0.26"
|
||||
VERSION="1.0.35"
|
||||
HOMEPAGE="http://www.tarsnap.com"
|
||||
DOWNLOAD="https://www.tarsnap.com/download/tarsnap-autoconf-1.0.26.tgz"
|
||||
MD5SUM="af17bca75ad6d4d0366d5df956090c8d"
|
||||
DOWNLOAD="https://www.tarsnap.com/download/tarsnap-autoconf-1.0.35.tgz"
|
||||
MD5SUM="74daeff5479ec6f101a903f4047b526f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Justin H Haynes"
|
||||
EMAIL="justin at justinhaynes dot com"
|
||||
MAINTAINER="Ryan P.C. McQuen"
|
||||
EMAIL="ryan.q@linux.com"
|
||||
|
|
Loading…
Reference in a new issue