
Untitled
By: a guest on
Nov 26th, 2010 | syntax:
Bash | size: 1.01 KB | hits: 51 | expires: Never
# Maintainer: sfabius <sfabius@gmail.com>
# Contributor: nblock <nblock [/at\] archlinux DOT us>
pkgname=spideroak
pkgver=3.6.9713
pkgrel=1
pkgdesc="Secure and consolidated free online backup, storage, access, sharing & sync tool for Windows, Mac OS X, and Linux."
url="https://spideroak.com"
arch=('i686' 'x86_64')
depends=('openssl')
optdepends=('qt: if you want to run the GUI')
license=('custom')
options=(!strip)
install=spideroak.install
if [ "${CARCH}" == "x86_64" ]; then
_source_arch="x86_64"
md5sums=('9bfbfee517db71b513cd88e111728662')
else
_source_arch="i386"
md5sums=('27540104a3650951140b3e18cfdb368c')
fi
source=("${pkgname}_${pkgver}_${_source_arch}.deb::https://spideroak.com/directdownload?platform=ubuntumaverick&arch=${_source_arch}")
build() {
#TODO: license, spideroak.install, deps
cd ${srcdir}
bsdtar -xf ${pkgname}_${pkgver}_${_source_arch}.deb
bsdtar -xf data.tar.gz
rm -rf ${srcdir}/etc/apt
mv ${srcdir}/{usr,etc} ${pkgdir}
}
# vim:set ts=2 sw=2 et: