network/spideroak: Removed (build script obsolete and misleading)

From: Charles <c@charlesmatkinson.org>
Subject: [Slackbuilds-users] spideroak SlackBuild is obsolete
Date: Thu, 21 Mar 2013 15:38:52 +0530

The spideroak SlackBuild (which creates a Slackware package from
Spideroak's .deb) is now obsolete.

According to the file names shown when downloading from
https://spideroak.com/opendownload, Spideroak's "Slackware Based"
packages now have the same version numbers as their "Debian Based" packages.

The spideroak SlackBuild maintainer has not replied to emails about it
using a superseded .deb download so I have not told them about this news.

Note by rworkman: the build script is unmaintained and misleading; the
current offering on the spideroak website is better for our users.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2013-07-08 01:41:30 -05:00
parent 130e08dae2
commit c6aa53e75c
5 changed files with 0 additions and 106 deletions

View File

@ -1,10 +0,0 @@
SpiderOak provides an easy, secure, and consolidated free online backup,
sync, sharing, access, and storage solution for Linux (and others).
* Access all your data in one de-duplicated location
* Configurable multi-platform synchronization
* Preserve all historical versions & deleted files
* Share folders instantly in web ShareRooms w / RSS
* Retrieve files from any internet-connected device
* Comprehensive 'zero-knowledge' data encryption
* 2 GBs Free / $10 per 100 GBs / Unlimited devices

View File

@ -1,3 +0,0 @@
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi

View File

@ -1,19 +0,0 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line
# 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 ':'.
|-----handy-ruler------------------------------------------------------|
spideroak: SpiderOak (Secure Online Backup)
spideroak:
spideroak: SpiderOak provides an easy, secure and consolidated free online
spideroak: backup, sync, sharing, access & storage solution for Windows,
spideroak: solution for Windows, Mac OS X, and Linux.
spideroak:
spideroak: Homepage: https://spideroak.com/
spideroak:
spideroak:
spideroak:
spideroak:

View File

@ -1,64 +0,0 @@
#!/bin/sh
# Slackware build script of SpiderOak
# Written by Diogo Leal (diogo@diogoleal.com)
PRGNAM=spideroak
VERSION=${VERSION:-9909}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
case "$( uname -m )" in
i?86) ARCH=i386 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "x86_64" ]; then
SRCARCH=amd64
LIBDIRSUFFIX="64"
elif [ "$ARCH" = "i386" ]; then
SRCARCH=i386
LIBDIRSUFFIX=""
else
printf "\n\n$ARCH is not supported...\n"
exit 1
fi
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $PKG
ar -x $CWD/spideroak_${VERSION}_${SRCARCH}.deb || ar -x $CWD/directdownload*$ARCH
tar xvf data.tar.gz
rm data.tar.gz control.tar.gz debian-binary
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
# Fix up libdir
if [ $ARCH = "x86_64" ]; then
mv usr/lib usr/lib$LIBDIRSUFFIX
sed -i "s|/lib/|/lib$LIBDIRSUFFIX/|g" usr/bin/SpiderOak
fi
# Kill some stuff we don't need/want
rm -rf $PKG/etc/apt
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
mv $PKG/usr/share/doc/$PRGNAM/* $PKG/usr/doc/$PRGNAM-$VERSION/
rm -r $PKG/usr/share/doc
cat $CWD/spideroak.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/spideroak.slackbuild
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -c n -l y -p $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View File

@ -1,10 +0,0 @@
PRGNAM="spideroak"
VERSION="9909"
HOMEPAGE="https://spideroak.com/"
DOWNLOAD="https://spideroak.com/directdownload?platform=ubuntulucid&arch=i386"
MD5SUM="491420e71fe1da344d4d360d873fbd07"
DOWNLOAD_x86_64="https://spideroak.com/directdownload?platform=ubuntulucid&arch=x86_64"
MD5SUM_x86_64="f9acc503ad326bc000f42844a951529b"
REQUIRES=""
MAINTAINER="Diogo Leal"
EMAIL="diogo@diogoleal.com"