From 368e390ac3c859dde869971ba312e35dd395050c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 6 Feb 2015 09:30:37 +0100 Subject: [PATCH] mailpile: use pycompile_module. --- srcpkgs/mailpile/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/mailpile/template b/srcpkgs/mailpile/template index edf75514cfe..c32218aea4c 100644 --- a/srcpkgs/mailpile/template +++ b/srcpkgs/mailpile/template @@ -1,13 +1,14 @@ # Template file for 'mailpile' pkgname=mailpile version=0.4.3 -revision=1 +revision=2 wrksrc=Mailpile-${version} noarch=yes build_style=python-module hostmakedepends="python-setuptools" depends="python python-Jinja2 python-lxml python-MarkupSafe python-Pillow python-spambayes python-pydns python-pgpdump gnupg" +pycompile_module="static $pkgname" short_desc="Modern email client with user-friendly encryption and privacy features" maintainer="Duncaen " license="AGPL-3 Apache"