mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
mutt: enable autocrypt, unistring
This commit is contained in:
parent
cbdf15d135
commit
664bb8dc93
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'mutt'
|
# Template file for 'mutt'
|
||||||
pkgname=mutt
|
pkgname=mutt
|
||||||
version=2.2.12
|
version=2.2.12
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-pop --enable-imap --enable-smtp --enable-hcache
|
configure_args="--enable-pop --enable-imap --enable-smtp --enable-hcache
|
||||||
--enable-gpgme --with-idn2 --with-ssl --without-sasl --with-gsasl
|
--enable-gpgme --with-idn2 --with-ssl --without-sasl --with-gsasl
|
||||||
--enable-sidebar
|
--enable-sidebar --enable-autocrypt --with-sqlite3
|
||||||
--with-gpgme-prefix=${XBPS_CROSS_BASE}/usr --sysconfdir=/etc/$pkgname
|
--with-gpgme-prefix=${XBPS_CROSS_BASE}/usr --sysconfdir=/etc/$pkgname
|
||||||
--with-gdbm=${XBPS_CROSS_BASE}/usr"
|
--with-gdbm=${XBPS_CROSS_BASE}/usr"
|
||||||
conf_files="/etc/${pkgname}/Muttrc"
|
conf_files="/etc/${pkgname}/Muttrc"
|
||||||
hostmakedepends="perl pkg-config gettext w3m"
|
hostmakedepends="perl pkg-config gettext w3m"
|
||||||
makedepends="gdbm-devel gpgme-devel libidn2-devel openssl-devel gsasl-devel
|
makedepends="gdbm-devel gpgme-devel libidn2-devel openssl-devel gsasl-devel
|
||||||
ncurses-devel zlib-devel"
|
ncurses-devel zlib-devel sqlite-devel libunistring-devel libgpg-error-devel"
|
||||||
depends="mime-types"
|
depends="mime-types"
|
||||||
short_desc="Mutt Mail Client"
|
short_desc="Mutt Mail Client"
|
||||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue