public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Kyung-hwan Kim <redjade@rouge.snu.ac.kr>
To: gentoo-dev@gentoo.org
Subject: [gentoo-dev] net-misc/wget-1.6-r1
Date: Sat Feb 10 06:50:02 2001	[thread overview]
Message-ID: <20010210225014.A9448@rouge.snu.ac.kr> (raw)

[-- 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
}



                 reply	other threads:[~2001-02-10 13:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010210225014.A9448@rouge.snu.ac.kr \
    --to=redjade@rouge.snu.ac.kr \
    --cc=gentoo-dev@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox