# # Chakra Packages for Chakra, part of chakra-project.org # # maintainer (i686): Phil Miller # maintainer (x86_64): Manuel Tortosa # Contributor: Neo Kolokotronis pkgname=spideroak pkgver=4.0.9830 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/" depends=('openssl' 'qt') optdepends=('dbus') license=('custom') options=(!strip) install=spideroak.install _source_arch="i386" [ "$CARCH" = "x86_64" ] && _source_arch="x86_64" source=("spideroak_${pkgver}_${_source_arch}.deb::https://spideroak.com/directdownload?platform=ubuntumaverick&arch=${_source_arch}") md5sums=('2a3eb042ce89e2c592ce0ab93e6090d9') [ "$CARCH" = "x86_64" ] && md5sums=('a4bcf594a24085dc23ff51f6e2a24b95') arch=('i686' 'x86_64') package() { cd "${srcdir}" bsdtar -xf "spideroak_${pkgver}_${_source_arch}.deb" data.tar.gz bsdtar -xf data.tar.gz rm data.tar.gz mv {usr,etc} "${pkgdir}" msg "Done" }