Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3084 - (show annotations) (download)
Tue Oct 13 11:21:16 2009 UTC (14 years, 7 months ago) by niro
File size: 681 byte(s)
auto added: ver bump to 1.12-r1
1 # $Id$
2
3 PNAME="wget"
4 PVER="1.12"
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