Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 106 by niro, Wed Jan 6 13:13:00 2010 UTC revision 107 by niro, Wed Jan 6 13:15:35 2010 UTC
# Line 15  DEPEND="" Line 15  DEPEND=""
15  SRCFILE="${PNAME}-${PVER}.tar.gz"  SRCFILE="${PNAME}-${PVER}.tar.gz"
16  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18  sminclude mbuild  MCORE_ONLY_KEEP="etc/wgetrc usr/bin/wget"
19    sminclude mbuild mcore-split
20    
21  SRC_URI=(  SRC_URI=(
22   gnu://${PNAME}/${SRCFILE}   gnu://${PNAME}/${SRCFILE}
# Line 36  src_prepare() Line 37  src_prepare()
37  src_compile()  src_compile()
38  {  {
39   cd ${SRCDIR}   cd ${SRCDIR}
40   mconfigure --without-ssl || die   mconfigure --without-ssl --without-libidn || die
41   mmake || die   mmake || die
42  }  }

Legend:
Removed from v.106  
changed lines
  Added in v.107