void-packages/srcpkgs/mutt-kz/template
Jan S 4db7ebb47c mutt-kz update
notmuch support is now build in, not just promised.
2014-01-28 01:49:55 +01:00

26 lines
942 B
Text

# Template file for 'mutt-kz'
pkgname=mutt-kz
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=be196028c755d3ffff184e9781ac933fbacbd562
git clone git://github.com/karelzak/mutt-kz.git ${pkgname}-${version}
cd ${pkgname}-${version} ; git reset --hard ${_githead}
}
pre_configure() {
autoreconf -fi
}