# Maintainer: Moritz Maxeiner # Contributor: localizator pkgname=seafile-client pkgver=4.3.1 pkgrel=1 pkgdesc="Seafile is an online file storage and collaboration tool. This is seafile client for synchronizing your local files with seafile server." arch=('i686' 'x86_64') url="https://github.com/haiwen/seafile-client/" license=('Apache') depends=('seafile-shared>=4.3.1' 'qt4' 'qtwebkit') makedepends=('cmake') optdepends=() options=('!libtool' '!emptydirs') install=seafile-client.install source=("https://github.com/haiwen/seafile-client/archive/v${pkgver}.tar.gz") build () { cd "$srcdir/seafile-client-${pkgver}" cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr . make } package () { cd "${srcdir}/seafile-client-${pkgver}" make DESTDIR="${pkgdir}/" install } sha256sums=('82c1722143bfc0e6b818a15c06aa35817f68ecdd59aa8bf040697cfe64aae440')