2011-01-28 01:01:32 +08:00
|
|
|
#
|
2012-05-10 19:37:02 +08:00
|
|
|
# Apps Packages for Chakra, part of chakra-project.org
|
2011-01-28 01:01:32 +08:00
|
|
|
#
|
2012-03-23 13:12:58 +08:00
|
|
|
# maintainer Neo Kolokotronis <tetris4@gmail.com>
|
2011-01-28 01:01:32 +08:00
|
|
|
|
|
|
|
pkgname=spideroak
|
2012-11-23 06:14:07 +08:00
|
|
|
pkgver=4.8.0
|
2011-01-28 01:01:32 +08:00
|
|
|
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/"
|
2012-11-23 06:14:07 +08:00
|
|
|
arch=('x86_64')
|
2011-06-25 10:10:34 +08:00
|
|
|
depends=('openssl' 'qt')
|
|
|
|
optdepends=('dbus')
|
2011-01-28 01:01:32 +08:00
|
|
|
license=('custom')
|
2012-03-16 22:51:37 +08:00
|
|
|
categories=('network')
|
2012-05-29 08:18:58 +08:00
|
|
|
screenshot=('https://spideroak.com/static/v0.1/main/images/screenshots/new/view-versions.png')
|
2011-01-28 01:01:32 +08:00
|
|
|
options=(!strip)
|
|
|
|
install=spideroak.install
|
2012-11-23 06:14:07 +08:00
|
|
|
source=("spideroak_${pkgver}_x86_64.deb::https://spideroak.com/directdownload?platform=ubuntulucid&arch=x86_64")
|
|
|
|
md5sums=('2cc1f5a74c670e21d3b89072d7d0fede')
|
2011-01-28 01:01:32 +08:00
|
|
|
|
2011-05-28 05:13:35 +08:00
|
|
|
package() {
|
|
|
|
cd "${srcdir}"
|
2012-11-23 06:14:07 +08:00
|
|
|
bsdtar -xf "spideroak_${pkgver}_x86_64.deb" data.tar.gz
|
2011-01-28 01:01:32 +08:00
|
|
|
bsdtar -xf data.tar.gz
|
|
|
|
rm data.tar.gz
|
2011-05-28 05:13:35 +08:00
|
|
|
mv {usr,etc} "${pkgdir}"
|
2011-01-28 01:01:32 +08:00
|
|
|
msg "Done"
|
|
|
|
}
|