diff options
author | root <root@rshg054.dnsready.net> | 2013-06-09 00:51:01 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-06-09 00:51:01 -0700 |
commit | 7b378b1b5b346bd49a5ab1652214fb34d03de3a9 (patch) | |
tree | 9ec661d7828b93bd4d24723647adc0701d87eda2 /community/mailutils/PKGBUILD | |
parent | e90166c70f3a2bd27d8c914491f7e0510855fd3f (diff) |
Sun Jun 9 00:50:45 PDT 2013
Diffstat (limited to 'community/mailutils/PKGBUILD')
-rw-r--r-- | community/mailutils/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/community/mailutils/PKGBUILD b/community/mailutils/PKGBUILD index 39eee461f..c1649d573 100644 --- a/community/mailutils/PKGBUILD +++ b/community/mailutils/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 91917 2013-05-29 10:59:29Z spupykin $ +# $Id: PKGBUILD 92555 2013-06-08 11:18:51Z bpiotrowski $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=mailutils pkgver=2.2 -pkgrel=5 +pkgrel=7 pkgdesc="MUA command line tool (mailx)" arch=(i686 x86_64) url="http://www.gnu.org/software/mailutils/" license=('GPL') -depends=('libldap' 'pam' 'gnutls' 'guile') +depends=('libldap' 'pam' 'gnutls') makedepends=('emacs') conflicts=('libsieve') install=mailutils.install @@ -26,9 +26,10 @@ prepare() { build() { cd "$srcdir/mailutils-$pkgver" - [ -f Makefile ] || ./configure --prefix=/usr --with-gdbm --with-gnutls \ + ./configure --prefix=/usr --with-gdbm --with-gnutls \ --libexecdir=/usr/lib/$pkgname --without-fribidi \ - --without-tcp-wrappers --sbindir=/usr/bin + --without-tcp-wrappers --sbindir=/usr/bin \ + --without-python --without-guile make -j1 } |