# Contributor: Sören Tempel # Contributor: Peter Bui # Maintainer: Sören Tempel pkgname=offlineimap pkgver=7.1.4 pkgrel=2 pkgdesc="Synchronizes emails between two repositories" url="http://www.offlineimap.org" arch="noarch" license="GPL2+" depends="python2 py2-six" makedepends="python2-dev asciidoc" install="" options="!check" # test suite requires credentials for an IMAP and Gmail account subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/OfflineIMAP/${pkgname}/archive/v${pkgver}.tar.gz" builddir="$srcdir"/$pkgname-$pkgver build() { cd "$builddir" python2 setup.py build cd "$builddir"/docs make man } package() { cd "$builddir" python2 setup.py install --root="${pkgdir}" \ --optimize=1 for man in docs/*.?; do install -Dm644 "$man" \ "$pkgdir"/usr/share/man/man${man##*.}/${man##*/} done mkdir -p "$pkgdir"/usr/share/doc/$pkgname/examples/ install -m644 README.md TODO.rst MAINTAINERS.rst Changelog.md \ "$pkgdir"/usr/share/doc/$pkgname/ install -m644 offlineimap.conf* \ "$pkgdir"/usr/share/doc/$pkgname/examples/ } sha512sums="f2623a400de2fac339249f887529e1f02224ba40c5f739b4084b5b26d1f8b6f26faf2c248aeaecd48dd7f6cc27bdaa8b7691c10f3db3b9673a1a5338f435447c offlineimap-7.1.4.tar.gz"