# Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger # /home/cvsroot/gentoo-x86/net-misc/wget/wget-1.5.3-r1.ebuild,v 1.5 2000/11/01 04:44:22 achim Exp P=wget-1.6 A="${P}.tar.gz" S=${WORKDIR}/${P} DESCRIPTION="Network utility to retrieve files from the WWW" SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/wget/${A} ftp://prep.ai.mit.edu/gnu/wget/${A}" HOMEPAGE="http://www.cg.tuwien.ac.at/~prikryl/wget.html" DEPEND=">=sys-libs/glibc-2.1.3" src_unpack () { unpack ${A} cd ${S}/src } src_compile() { try ./configure --prefix=/usr --sysconfdir=/etc/wget --disable-debug try make } src_install() { cd ${S} try make prefix=${D}/usr sysconfdir=${D}/etc/wget install prepinfo dodoc AUTHORS COPYING ChangeLog MACHINES MAILING-LIST NEWS README TODO dodoc doc/sample.wgetrc }