mutt-kz update
notmuch support is now build in, not just promised.
This commit is contained in:
parent
036571eaf1
commit
4db7ebb47c
@ -1,17 +1,22 @@
|
|||||||
# Template file for 'mutt-kz'
|
# Template file for 'mutt-kz'
|
||||||
pkgname=mutt-kz
|
pkgname=mutt-kz
|
||||||
version=20130402
|
version=20140102
|
||||||
revision=1
|
revision=2
|
||||||
hostmakedepends="pkg-config automake"
|
|
||||||
makedepends="openssl-devel ncurses-devel libidn-devel"
|
|
||||||
build_style=gnu-configure
|
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"
|
short_desc="mutt fork with notmuch support and another improvements"
|
||||||
maintainer="pancake <pancake@nopcode.org>"
|
maintainer="pancake <pancake@nopcode.org>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="https://github.com/karelzak/mutt-kz/"
|
homepage="https://github.com/karelzak/mutt-kz/"
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
_githead=29d1357c66ef09642fd0fa8660b3f8173639d6c2
|
_githead=be196028c755d3ffff184e9781ac933fbacbd562
|
||||||
git clone git://github.com/karelzak/mutt-kz.git ${pkgname}-${version}
|
git clone git://github.com/karelzak/mutt-kz.git ${pkgname}-${version}
|
||||||
cd ${pkgname}-${version} ; git reset --hard ${_githead}
|
cd ${pkgname}-${version} ; git reset --hard ${_githead}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user