mutt-kz: update to 1.5.23.1.

This commit is contained in:
Juan RP 2015-05-31 10:29:34 +02:00
parent 433b992e45
commit 9213de470e

View File

@ -1,28 +1,28 @@
# Template file for 'mutt-kz'
pkgname=mutt-kz
version=20141129
revision=6
reverts=20141129_6
version=1.5.23.1
revision=1
build_style=gnu-configure
configure_args="--enable-notmuch --enable-pop --enable-imap --enable-smtp
--enable-hcache --enable-gpgme --with-regex --with-idn --with-ssl --with-sasl
--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 git"
hostmakedepends="automake perl pkg-config"
makedepends="ncurses-devel libressl-devel libidn-devel gpgme-devel
libnotmuch-devel gdbm-devel libsasl-devel"
depends="notmuch mime-types"
conf_files="/etc/Muttrc"
short_desc="mutt fork with notmuch support and another improvements"
short_desc="Mutt (MUA) fork with notmuch support and another improvements"
maintainer="Jan S. <jan.schreib@gmail.com>"
license="GPL-3"
homepage="https://github.com/karelzak/mutt-kz/"
distfiles="https://github.com/karelzak/mutt-kz/archive/v${version}.tar.gz"
checksum=1ffa8f200f7a6d0ecb14a2e791a788f8821e6a0da6668bd90520888e5c866406
provides="mutt-${version}_${revision}"
replaces="mutt>=0"
do_fetch() {
git clone git://github.com/karelzak/mutt-kz.git ${pkgname}-${version}
}
pre_configure() {
autoreconf -fi
}