diff options
Diffstat (limited to 'packages/fetchmail/fetchmail_6.2.3.bb')
-rw-r--r-- | packages/fetchmail/fetchmail_6.2.3.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/fetchmail/fetchmail_6.2.3.bb b/packages/fetchmail/fetchmail_6.2.3.bb index e69de29bb2..723e03b298 100644 --- a/packages/fetchmail/fetchmail_6.2.3.bb +++ b/packages/fetchmail/fetchmail_6.2.3.bb @@ -0,0 +1,17 @@ +SECTION = "console/network" +LICENSE = "GPL" +DESCRIPTION = "Fetchmail is a free, full-featured, robust, \ +well-documented remote-mail retrieval and forwarding utility \ +intended to be used over on-demand TCP/IP links \ +(such as SLIP or PPP connections)." + +SRC_URI = "http://catb.org/~esr/fetchmail/fetchmail-${PV}.tar.gz \ + file://configure.patch;patch=1" + +inherit autotools + +do_configure_prepend () { + if [ ! -e acinclude.m4 ]; then + cat aclocal.m4 > acinclude.m4 + fi +} |