mutt-kz update

notmuch support is now build in, not just promised.
This commit is contained in:
Jan S 2014-01-28 01:49:55 +01:00
parent 036571eaf1
commit 4db7ebb47c
1 changed files with 10 additions and 5 deletions

View File

@ -1,17 +1,22 @@
# Template file for 'mutt-kz'
pkgname=mutt-kz
version=20130402
revision=1
hostmakedepends="pkg-config automake"
makedepends="openssl-devel ncurses-devel libidn-devel"
version=20140102
revision=2
build_style=gnu-configure
configure_args="--enable-notmuch --enable-pop --enable-imap --enable-smtp
--enable-gpgme --with-idn --with-ssl --with-gpgme-prefix=${XBPS_CROSS_BASE}/usr
--with-gdbm=${XBPS_CROSS_BASE}/usr mutt_cv_regex_broken=no"
hostmakedepends="perl pkg-config libidn-devel automake "
makedepends="ncurses-devel openssl-devel libidn-devel gpgme-devel mime-types libnotmuch-devel"
depends="notmuch mime-types"
conf_files="/etc/Muttrc"
short_desc="mutt fork with notmuch support and another improvements"
maintainer="pancake <pancake@nopcode.org>"
license="GPL-3"
homepage="https://github.com/karelzak/mutt-kz/"
do_fetch() {
_githead=29d1357c66ef09642fd0fa8660b3f8173639d6c2
_githead=be196028c755d3ffff184e9781ac933fbacbd562
git clone git://github.com/karelzak/mutt-kz.git ${pkgname}-${version}
cd ${pkgname}-${version} ; git reset --hard ${_githead}
}