68286ec024575edc9dc85ef5e9ecaeb26d35e50d
[vuplus_openembedded] / fetchmail / fetchmail_6.2.3.oe
1 DEPENDS = "virtual/libc"
2 RDEPENDS = "libc6"
3 DESCRIPTION = "Fetchmail is a free, full-featured, robust, \
4 well-documented remote-mail retrieval and forwarding utility \
5 intended to be used over on-demand TCP/IP links \
6 (such as SLIP or PPP connections)."
7
8 SRC_URI = http://catb.org/~esr/fetchmail/fetchmail-${PV}.tar.gz \
9           file://${FILESDIR}/configure.patch;patch=1
10
11 inherit autotools
12
13 do_configure_prepend () {
14         if [ ! -e acinclude.m4 ]; then
15                 cat aclocal.m4 > acinclude.m4
16         fi
17 }