Merge bk://openembedded@openembedded.bkbits.net/packages-devel
[vuplus_openembedded] / fetchmail / fetchmail_6.2.5.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 = "${DEBIAN_MIRROR}/main/f/${PN}/${PN}_${PV}.orig.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 }