Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 106 - (show annotations) (download)
Wed Jan 6 13:13:00 2010 UTC (14 years, 3 months ago) by niro
File size: 736 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=""
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 }
35
36 src_compile()
37 {
38 cd ${SRCDIR}
39 mconfigure --without-ssl || die
40 mmake || die
41 }

Properties

Name Value
svn:keywords Id