diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-31 00:28:09 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-03 04:33:15 +0700 |
commit | 2fd7f04e62c036a488e996a20aed4ec98515c37e (patch) | |
tree | 3a9e878b4fd345490ce123a00bba33a910f01502 /system | |
parent | d5ac6228caf3436d05ba7b43c86f3435ee77c002 (diff) | |
download | slackbuilds-2fd7f04e62c036a488e996a20aed4ec98515c37e.tar.gz |
system/tomb: Updated for version 2.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/tomb/tomb.SlackBuild | 13 | ||||
-rw-r--r-- | system/tomb/tomb.info | 6 |
2 files changed, 10 insertions, 9 deletions
diff --git a/system/tomb/tomb.SlackBuild b/system/tomb/tomb.SlackBuild index 8b451e51ea..1742d50ccb 100644 --- a/system/tomb/tomb.SlackBuild +++ b/system/tomb/tomb.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for tomb -# Copyright 2015-2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2015-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=tomb -VERSION=${VERSION:-2.2} +SRCNAM=Tomb +VERSION=${VERSION:-2.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -45,9 +46,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION +rm -rf $SRCNAM-$VERSION +tar xvf $CWD/$SRCNAM-$VERSION.tar.gz +cd $SRCNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ @@ -70,7 +71,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a COPYING *.txt doc/*.txt doc/*.pdf $PKG/usr/doc/$PRGNAM-$VERSION +cp -a COPYING *.md doc/*.txt doc/*.pdf $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/system/tomb/tomb.info b/system/tomb/tomb.info index 034b81831b..2693bd984e 100644 --- a/system/tomb/tomb.info +++ b/system/tomb/tomb.info @@ -1,8 +1,8 @@ PRGNAM="tomb" -VERSION="2.2" +VERSION="2.3" HOMEPAGE="https://www.dyne.org/software/tomb/" -DOWNLOAD="https://files.dyne.org/tomb/tomb-2.2.tar.gz" -MD5SUM="9069653baa530e33e0055bc6edb9cbae" +DOWNLOAD="https://github.com/dyne/Tomb/archive/v2.3/Tomb-2.3.tar.gz" +MD5SUM="5cbd3179f4efe5f6f292239e3e089215" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |