From 06f7d17e81de21a95e35b03453242bc62b05a6aa Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sat, 13 Mar 2004 05:42:36 +0000 Subject: First pass of .oe cleanups. BKrev: 40529f4crFtRY5_1DubNmWhDeHSmPw --- fetchmail/fetchmail_6.2.3.oe | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'fetchmail') diff --git a/fetchmail/fetchmail_6.2.3.oe b/fetchmail/fetchmail_6.2.3.oe index e69de29bb2..7f5c3f36db 100644 --- a/fetchmail/fetchmail_6.2.3.oe +++ b/fetchmail/fetchmail_6.2.3.oe @@ -0,0 +1,13 @@ +DEPENDS = "virtual/libc" +RDEPENDS = "libc6" + +SRC_URI = http://catb.org/~esr/fetchmail/fetchmail-${PV}.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1 + +inherit autotools + +do_configure_prepend () { + if [ ! -e acinclude.m4 ]; then + cat aclocal.m4 > acinclude.m4 + fi +} -- cgit v1.2.3