2014-01-01 01:21:40 +08:00
|
|
|
# Contributor: Neo Kolokotronis <tetris4@gmail.com>
|
|
|
|
# Maintainer: Bruce Liu <brli@users.sourceforge.net>
|
2011-01-28 01:01:32 +08:00
|
|
|
|
|
|
|
pkgname=spideroak
|
2012-11-23 06:39:30 +08:00
|
|
|
_PkgName=SpiderOak
|
2014-04-13 16:58:50 +08:00
|
|
|
pkgver=5.1.3
|
2013-01-20 05:21:29 +08:00
|
|
|
pkgrel=1
|
2011-01-28 01:01:32 +08:00
|
|
|
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')
|
2013-01-20 05:21:29 +08:00
|
|
|
depends=('qt' 'krb5' 'python2')
|
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
|
2014-01-01 01:21:40 +08:00
|
|
|
source=("${_PkgName}_${pkgver}_${_arch}.tgz"::"https://spideroak.com/getbuild?platform=slackware&arch=x86_64"
|
2012-11-23 06:39:30 +08:00
|
|
|
"terms.txt")
|
2014-04-13 16:58:50 +08:00
|
|
|
md5sums=('e277fd7884ba7e92a6d3333d03e71b7d'
|
2012-11-23 06:39:30 +08:00
|
|
|
'9338d3464e8ce876d7222099c22a205b')
|
2011-01-28 01:01:32 +08:00
|
|
|
|
2011-05-28 05:13:35 +08:00
|
|
|
package() {
|
2014-01-01 01:21:40 +08:00
|
|
|
# the lazist way of package
|
|
|
|
cp -rp ${srcdir}/{opt,etc,usr}/ ${pkgdir}/
|
2011-01-28 01:01:32 +08:00
|
|
|
}
|
2014-01-01 01:21:40 +08:00
|
|
|
|