public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] net-misc/wget-1.6-r1
@ 2001-02-10  6:50 Kyung-hwan Kim
  0 siblings, 0 replies; only message in thread
From: Kyung-hwan Kim @ 2001-02-10  6:50 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 91 bytes --]

I made a wget 1.6 update.
Gentoo linux is a very interesting system. I like it!

Kyunghwan

[-- Attachment #2: digest-wget-1.6-r1 --]
[-- Type: text/plain, Size: 54 bytes --]

MD5 c5c9d3894ebf1bef3555c01376392c0d  wget-1.6.tar.gz

[-- Attachment #3: wget-1.6-r1.ebuild --]
[-- Type: text/plain, Size: 980 bytes --]

# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
# /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
}



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-02-10 13:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-02-10  6:50 [gentoo-dev] net-misc/wget-1.6-r1 Kyung-hwan Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox