mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/allmydata-tahoe: Updated for version 1.9.2.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
0f5355adef
commit
c2c215f56d
3 changed files with 8 additions and 10 deletions
|
@ -25,11 +25,9 @@
|
|||
#
|
||||
# Originally written by Marco Bonetti - Thanks!
|
||||
# Now maintained by Markus Reichelt <slackbuilds@mareichelt.de>, 0xCCEEF115
|
||||
# 2011 Nov 01 - adapted to Tahoe-LAFS 1.9.0
|
||||
# 2012 Jan 12 - adapted to Tahoe-LAFS 1.9.1
|
||||
|
||||
PRGNAM=allmydata-tahoe
|
||||
VERSION=${VERSION:-1.9.1}
|
||||
VERSION=${VERSION:-1.9.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -82,7 +80,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION $PKG/usr/man/man1
|
||||
cp -a \
|
||||
COPYING.* README.txt docs \
|
||||
COPYING.* *.txt NEWS.* CREDITS misc docs \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="allmydata-tahoe"
|
||||
VERSION="1.9.1"
|
||||
VERSION="1.9.2"
|
||||
HOMEPAGE="https://tahoe-lafs.org/"
|
||||
DOWNLOAD="https://tahoe-lafs.org/source/tahoe-lafs/releases/allmydata-tahoe-1.9.1.tar.bz2"
|
||||
MD5SUM="20d88c5b9e40b04fc7a032258fe7c55f"
|
||||
DOWNLOAD="https://tahoe-lafs.org/source/tahoe-lafs/releases/allmydata-tahoe-1.9.2.tar.bz2"
|
||||
MD5SUM="fbda5f74ba95cc0e54b6768c398388f3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="markus reichelt"
|
||||
MAINTAINER="Markus Reichelt"
|
||||
EMAIL="slackbuilds@mareichelt.de"
|
||||
APPROVED="dsomero"
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler----------------------------------------------------|
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
allmydata-tahoe: allmydata-tahoe (Tahoe-LAFS)
|
||||
allmydata-tahoe:
|
||||
allmydata-tahoe: Tahoe-LAFS is a secure, decentralized, data store. This filesystem
|
||||
|
|
Loading…
Reference in a new issue