Merge oe-devel@oe-devel.bkbits.net:packages
[vuplus_openembedded] / fetchmail / fetchmail_6.2.3.oe
1 SECTION = "console/network"
2 LICENSE = "GPL"
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://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 }