xpm/libxpm_3
[vuplus_openembedded] / wget / wget_1.9.1.oe
1 DESCRIPTION = "A console URL download utility featuring HTTP, FTP, and more."
2 SECTION = "console/network"
3 MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
4 DEPENDS = ""
5 PR = "r1"
6
7 SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \
8            file://m4macros.patch;patch=1 \
9            file://autotools.patch;patch=1"
10 S = "${WORKDIR}/wget-${PV}"
11
12 inherit autotools gettext
13
14 do_configure () {
15         if [ ! -e acinclude.m4 ]; then
16                 mv aclocal.m4 acinclude.m4
17         fi
18         rm -f libtool.m4
19         autotools_do_configure
20 }