From edb19ab886c2d95ba778370cc8530a26dd4c89f2 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 7 Jul 2014 14:08:33 +0200 Subject: [PATCH] New package: offlineimap-6.5.6 --- srcpkgs/offlineimap/template | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 srcpkgs/offlineimap/template diff --git a/srcpkgs/offlineimap/template b/srcpkgs/offlineimap/template new file mode 100644 index 00000000000..7cf89fd7417 --- /dev/null +++ b/srcpkgs/offlineimap/template @@ -0,0 +1,23 @@ +# Template file for 'offlineimap' +pkgname=offlineimap +version=6.5.6 +revision=1 +noarch=yes +build_style=python-module +python_versions="2.7" +hostmakedepends="python-setuptools python-docutils" +depends="python" +pycompile_module="offlineimap" +short_desc="ISO 8601 date/time/duration parser and formatter (Python2)" +maintainer="Juan RP " +homepage="http://offlineimap.org/" +license="GPL-2" +distfiles="https://github.com/OfflineIMAP/offlineimap/archive/v${version}.tar.gz" +checksum=c23219cdbbae7fe12346ece94c427737fd4083720a124fff6f95a26c56f728c3 + +post_install() { + rst2man docs/MANUAL.rst offlineimap.1 + vman offlineimap.1 + vsconf offlineimap.conf + vsconf offlineimap.conf.minimal +}