Browse Source

Stefan Paletta:


			
			
				rocklinux
			
			
		
Stefan Paletta 18 years ago
parent
commit
e9a5a9b21d
2 changed files with 15 additions and 3 deletions
  1. +14
    -2
      package/base/mutt/mutt.conf
  2. +1
    -1
      package/base/mutt/mutt.desc

+ 14
- 2
package/base/mutt/mutt.conf

@ -22,5 +22,17 @@
var_append confopt ' ' '--enable-imap'
var_append confopt ' ' '--enable-pop'
[ -f $root/var/adm/packages/openssl ] && var_append confopt ' ' '--with-ssl'
[ -f $root/var/adm/packages/cyrus-sasl ] && var_append confopt ' ' '--with-sasl=/usr/include/sasl'
pkginstalled gpgme && var_append confopt ' ' '--enable-gpgme'
if pkginstalled openssl ; then
var_append confopt ' ' '--with-ssl'
elif pkginstalled gnutls ; then
var_append confopt ' ' '--with-gnutls'
fi
if pkginstalled cyrus-sasl2 ; then
var_append confopt ' ' '--with-sasl'
else
var_append confopt ' ' '--without-sasl'
fi

+ 1
- 1
package/base/mutt/mutt.desc

@ -38,6 +38,6 @@
[L] GPL
[S] Stable
[V] 1.5.11
[P] X -?---5---9 114.100
[P] X -?---5---9 162.750
[D] 1394214086 mutt-1.5.11.tar.gz ftp://ftp.mutt.org/mutt/devel/

Loading…
Cancel
Save