]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/fetchmail/fetchmail_6.2.3.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / fetchmail / fetchmail_6.2.3.bb
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 }