From 0c5d3c79cce51fd7573c1b706a8d1589d6741750 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 30 Nov 2013 10:09:18 +0100 Subject: [PATCH] New package: getmail-4.43.0. --- srcpkgs/getmail/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/getmail/template diff --git a/srcpkgs/getmail/template b/srcpkgs/getmail/template new file mode 100644 index 00000000000..64ca656bf86 --- /dev/null +++ b/srcpkgs/getmail/template @@ -0,0 +1,22 @@ +# Template file for 'getmail' +pkgname=getmail +version=4.43.0 +revision=1 +build_style=python-module +hostmakedepends="python-devel" +makedepends="${hostmakedepends}" +short_desc="A POP3 mail retriever with reliable Maildir and command delivery" +maintainer="Juan RP " +license="GPL-2" +homepage="http://pyropus.ca/software/getmail" +distfiles="http://pyropus.ca/software/getmail/old-versions/$pkgname-$version.tar.gz" +checksum=1e22458966344983d38affd2c443929171d48a1107cf8298293e5d291a916c29 + +getmail_package() { + pycompile_module="getmailcore" + depends="python" + noarch=yes + pkg_install() { + vmove all + } +}