Merge openembedded@openembedded.bkbits.net:packages
[vuplus_openembedded] / mutt / mutt_1.5.4i.oe
1 DEPENDS = "virtual/libc ncurses openssl"
2 DESCRIPTION = "Mutt is a small but very powerful text-based \
3 MIME mail client. It is highly configurable, and is well-suited \
4 to the mail power user with advanced features like key \
5 bindings, keyboard macros, mail threading, regular expression \
6 searches, and a powerful pattern matching language for selecting \
7 groups of messages."
8
9 SRC_URI = "ftp://ftp.mutt.org/mutt/devel/mutt-${PV}.tar.gz \
10            http://mutt.kiev.ua/download/mutt-1.5.4/patch-1.5.4.rr.compressed.gz;patch=1 \
11            http://mutt.kiev.ua/download/mutt-1.5.4/patch-1.5.4.vvv.nntp.gz;patch=1 \
12            http://mutt.kiev.ua/download/mutt-1.5.4/patch-1.5.4.vvv.initials.gz;patch=1 \
13            http://mutt.kiev.ua/download/mutt-1.5.4/patch-1.5.4.vvv.quote.gz;patch=1 \
14            file://${FILESDIR}/cppflags.patch;patch=1 \
15            file://${FILESDIR}/posix1_lim.patch;patch=1 \
16            file://${FILESDIR}/configure.patch;patch=1"
17 S = "${WORKDIR}/mutt-1.5.4"
18
19 inherit autotools
20
21 EXTRA_OECONF = "--disable-pgp --without-mixmaster --with-curses=${STAGING_LIBDIR}/.. \
22                 --enable-pop --enable-imap --with-ssl --enable-compressed --enable-nntp"
23
24 do_compile_prepend () {
25         ${BUILD_CC} makedoc.c -o makedoc
26 }