Magellan Linux

Contents of /smage/trunk/core/wget/wget-1.11-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6 - (show annotations) (download)
Sun Jan 11 01:07:49 2009 UTC (15 years, 4 months ago) by niro
File size: 578 byte(s)
-fixed old cvs headers
1 # $Id$
2
3 PNAME="wget"
4 PVER="1.11"
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 SRC_URI=(
19 gnu://${PNAME}/${SRCFILE}
20 mirror://${PNAME}/${SRCFILE}
21 )
22
23 sminclude mbuild alx
24
25 src_prepare()
26 {
27 munpack ${SRCFILE} || die
28 cd ${SRCDIR}
29
30 # enable passive mode by default
31 sed -i 's:#passive_ftp = off:passive_ftp = on:g' doc/sample.wgetrc || die
32 }

Properties

Name Value
svn:keywords Id