Date: Thursday, March 10, 2011 @ 08:48:40 Author: stephane Revision: 113654
heimdal not needed, ignore makeflags as it does not build with MAKEFLAGS=-jX, X>1, optdepends on postfix for sending mails Modified: heirloom-mailx/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-03-10 12:22:19 UTC (rev 113653) +++ PKGBUILD 2011-03-10 13:48:40 UTC (rev 113654) @@ -1,22 +1,24 @@ # $Id$ -# Maintainer: Aaron Griffin <[email protected]> -# Contributor: Stéphane Gaudreault <[email protected]> +# Maintainer: Stéphane Gaudreault <[email protected]> # Contributor: Sergej Pupykin <[email protected]> +# Contributor: Andreas Wagner <Andreas dot Wagner at em dot uni-frankfurt dot de> pkgname=heirloom-mailx pkgver=12.5 pkgrel=1 -pkgdesc="A commandline utility for sending email" +pkgdesc="A commandline utility for sending and receiving email" arch=('i686' 'x86_64') url="http://heirloom.sourceforge.net/mailx.html" license=('custom') -depends=('heimdal' 'openssl') +depends=('openssl') +optdepends=('postfix: mail transport agent') replaces=('mailx' 'mailx-heirloom') provides=('mailx' 'mailx-heirloom') conflicts=('mailx' 'mailx-heirloom') backup=(etc/mail.rc) source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz) sha1sums=('1998dd6168a68400e533712ae7163c72b6a7c056') +options=('!makeflags') # Does not build with MAKEFLAGS=-jX, X>1 # source PKGBUILD && mksource mksource() {
