diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2015-06-20 08:43:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-20 08:43:46 +0700 |
commit | f5ac1f14fff3a4cdf815f68c4039969b916844f6 (patch) | |
tree | 8a04596f1f201b34ce529d1c27931e0e2324f093 /network/allmydata-tahoe | |
parent | 9d63d4393e097b5c33c2ac8d699ab678f1d79a19 (diff) | |
download | slackbuilds-f5ac1f14fff3a4cdf815f68c4039969b916844f6.tar.gz |
network/allmydata-tahoe: Updated for version 1.10.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/allmydata-tahoe')
-rw-r--r-- | network/allmydata-tahoe/README | 13 | ||||
-rw-r--r-- | network/allmydata-tahoe/allmydata-tahoe.SlackBuild | 16 | ||||
-rw-r--r-- | network/allmydata-tahoe/allmydata-tahoe.info | 8 | ||||
-rw-r--r-- | network/allmydata-tahoe/slack-desc | 4 |
4 files changed, 19 insertions, 22 deletions
diff --git a/network/allmydata-tahoe/README b/network/allmydata-tahoe/README index fe74a324e9..42cbd903b2 100644 --- a/network/allmydata-tahoe/README +++ b/network/allmydata-tahoe/README @@ -1,9 +1,8 @@ -Tahoe-LAFS is a secure, decentralized, data store. All of the source code is -available under a choice of two Free Software, Open Source licences. This -filesystem is encrypted and spread over multiple peers in such a way that it -remains available even when some of the peers are unavailable, malfunctioning, -or malicious. +Tahoe, the Least-Authority File Store. -numpy is an optional runtime dependency. +Tahoe-LAFS is a secure, decentralized, file store. All of the source code +is available under a choice of two Free Software, Open Source licences. -For more information see running.rst in the docs folder. +The file store is encrypted and spread over multiple peers in such a way +that it remains available even when some of the peers are unavailable, +malfunctioning, or malicious. diff --git a/network/allmydata-tahoe/allmydata-tahoe.SlackBuild b/network/allmydata-tahoe/allmydata-tahoe.SlackBuild index baebb063db..4a5ee97af2 100644 --- a/network/allmydata-tahoe/allmydata-tahoe.SlackBuild +++ b/network/allmydata-tahoe/allmydata-tahoe.SlackBuild @@ -1,9 +1,9 @@ #!/bin/sh -# Slackware build script for allmydata-tahoe. +# Slackware build script for allmydata-tahoe # Copyright 2009 Marco Bonetti <sid77@slackware.it> -# Copyright 2011,2012,2013 Markus Reichelt, Stolberg, DE +# Copyright 2011-2015 Markus Reichelt, Stolberg, DE # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ # Now maintained by Markus Reichelt <slackbuilds@mareichelt.de>, 0xCCEEF115 PRGNAM=allmydata-tahoe -VERSION=${VERSION:-1.10.0} +VERSION=${VERSION:-1.10.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,9 +69,9 @@ 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 {} \; + -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 {} \; python setup.py install --root=$PKG @@ -79,9 +79,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION $PKG/usr/man/man1 -cp -a \ - COPYING.* *.txt NEWS.* CREDITS misc docs \ - $PKG/usr/doc/$PRGNAM-$VERSION +cp -a COPYING.* *.txt NEWS.* CREDITS misc docs $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mv $PKG/usr/doc/$PRGNAM-$VERSION/docs/man/tahoe.1 $PKG/usr/man/man1 diff --git a/network/allmydata-tahoe/allmydata-tahoe.info b/network/allmydata-tahoe/allmydata-tahoe.info index 71434d34ed..3eaebb3100 100644 --- a/network/allmydata-tahoe/allmydata-tahoe.info +++ b/network/allmydata-tahoe/allmydata-tahoe.info @@ -1,10 +1,10 @@ PRGNAM="allmydata-tahoe" -VERSION="1.10.0" +VERSION="1.10.1" HOMEPAGE="https://tahoe-lafs.org/" -DOWNLOAD="https://tahoe-lafs.org/source/tahoe-lafs/releases/allmydata-tahoe-1.10.0.tar.bz2" -MD5SUM="ad8cb40d05f004086103658bfe7adfef" +DOWNLOAD="https://tahoe-lafs.org/source/tahoe-lafs/releases/allmydata-tahoe-1.10.1.tar.bz2" +MD5SUM="cc306f85cf3c8024a3d6fd65d90f5277" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="Nevow foolscap mock pyOpenSSL pyasn1 pycrypto pycryptopp simplejson zfec" +REQUIRES="simplejson pycrypto pycryptopp zfec mock service_identity foolscap Nevow" MAINTAINER="Markus Reichelt" EMAIL="slackbuilds@mareichelt.de" diff --git a/network/allmydata-tahoe/slack-desc b/network/allmydata-tahoe/slack-desc index aba7e2f626..79a61e2933 100644 --- a/network/allmydata-tahoe/slack-desc +++ b/network/allmydata-tahoe/slack-desc @@ -8,7 +8,8 @@ |-----handy-ruler------------------------------------------------------| allmydata-tahoe: allmydata-tahoe (Tahoe-LAFS) allmydata-tahoe: -allmydata-tahoe: Tahoe-LAFS is a secure, decentralized, data store. This filesystem +allmydata-tahoe: Tahoe, the Least-Authority File Store. +allmydata-tahoe: Tahoe-LAFS is a secure, decentralized, file store. The file store allmydata-tahoe: is encrypted and spread over multiple peers in such a way that it allmydata-tahoe: remains available even when some of the peers are unavailable, allmydata-tahoe: malfunctioning, or malicious. @@ -16,4 +17,3 @@ allmydata-tahoe: allmydata-tahoe: Homepage: https://tahoe-lafs.org/ allmydata-tahoe: allmydata-tahoe: -allmydata-tahoe: |