Magellan Linux

Contents of /trunk/core/wget/wget-1.11.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28 - (show annotations) (download)
Fri Oct 10 23:25:33 2008 UTC (15 years, 7 months ago) by niro
File size: 769 byte(s)
- moved to 'core'
1 # $Header: /magellan-cvs/smage/wget/wget-1.11-r1.smage2,v 1.1 2008/02/10 23:28:35 niro Exp $
2
3 PNAME="wget"
4 PVER="1.11.4"
5 PBUILD="r1"
6
7 PCATEGORIE="net-misc"
8 STATE="unstable"
9
10 DESCRIPTION="A useful utility for non-interactive downloading of files from the web."
11 HOMEPAGE="http://wget.sunsite.dk/"
12
13 DEPEND=">= dev-libs/openssl-0.9.8"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 gnu://${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd \"http://ftp.gnu.org/gnu/${PNAME}/?C=M;O=A\" | grep ${PNAME}-[0-9].* | lasttarball gz"
26
27 src_prepare()
28 {
29 munpack ${SRCFILE} || die
30 cd ${SRCDIR}
31
32 # enable passive mode by default
33 sed -i 's:#passive_ftp = off:passive_ftp = on:g' doc/sample.wgetrc || die
34 }

Properties

Name Value
svn:keywords Id