2011-01-28 01:01:32 +08:00
|
|
|
#
|
|
|
|
# Chakra Packages for Chakra, part of chakra-project.org
|
|
|
|
#
|
|
|
|
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
|
|
|
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
|
|
|
|
|
|
|
# Contributor: Neo Kolokotronis <tetris4@gmail.com>
|
|
|
|
|
|
|
|
pkgname=spideroak
|
2011-12-20 05:27:50 +08:00
|
|
|
pkgver=4.2.9909
|
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/"
|
2011-06-25 10:10:34 +08:00
|
|
|
depends=('openssl' 'qt')
|
|
|
|
optdepends=('dbus')
|
2011-01-28 01:01:32 +08:00
|
|
|
license=('custom')
|
|
|
|
options=(!strip)
|
|
|
|
install=spideroak.install
|
|
|
|
_source_arch="i386"
|
|
|
|
[ "$CARCH" = "x86_64" ] && _source_arch="x86_64"
|
2011-06-25 10:10:34 +08:00
|
|
|
source=("spideroak_${pkgver}_${_source_arch}.deb::https://spideroak.com/directdownload?platform=ubuntumaverick&arch=${_source_arch}")
|
2011-12-20 05:27:50 +08:00
|
|
|
md5sums=('f9acc503ad326bc000f42844a951529b')
|
2011-12-20 05:44:02 +08:00
|
|
|
[ "$CARCH" = "i686" ] && md5sums=('491420e71fe1da344d4d360d873fbd07')
|
2011-01-28 01:01:32 +08:00
|
|
|
|
|
|
|
arch=('i686' 'x86_64')
|
|
|
|
|
2011-05-28 05:13:35 +08:00
|
|
|
package() {
|
|
|
|
cd "${srcdir}"
|
|
|
|
bsdtar -xf "spideroak_${pkgver}_${_source_arch}.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"
|
|
|
|
}
|