mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/allmydata-tahoe: Updated for version 1.10.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9d63d4393e
commit
f5ac1f14ff
4 changed files with 19 additions and 22 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue