From 46659cd9f05fa7014917dcbc79176f2c68d17391 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Mon, 27 Sep 2004 15:18:54 +0000 Subject: fix section on a couple of console/network utilities BKrev: 41582f5eJjXqF4GXvXTwBBUvTIsuWg --- wget/wget_1.9.1.oe | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'wget') diff --git a/wget/wget_1.9.1.oe b/wget/wget_1.9.1.oe index e69de29bb2..bc9dc35c8f 100644 --- a/wget/wget_1.9.1.oe +++ b/wget/wget_1.9.1.oe @@ -0,0 +1,19 @@ +DESCRIPTION = "A console URL download utility featuring HTTP, FTP, and more." +SECTION = "console/network" +MAINTAINER = "Chris Larson " +PR = "r1" + +SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \ + file://m4macros.patch;patch=1 \ + file://autotools.patch;patch=1" +S = "${WORKDIR}/wget-${PV}" + +inherit autotools + +do_configure () { + if [ ! -e acinclude.m4 ]; then + mv aclocal.m4 acinclude.m4 + fi + rm -f libtool.m4 + autotools_do_configure +} -- cgit v1.2.3