Magellan Linux

Diff of /trunk/core/diffutils/diffutils-2.8.7-r6.smage2

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

revision 108 by niro, Tue Oct 14 10:46:33 2008 UTC revision 109 by niro, Tue Oct 14 11:02:56 2008 UTC
# Line 17  SRCFILE="${PNAME}-${PVER}.tar.gz" Line 17  SRCFILE="${PNAME}-${PVER}.tar.gz"
17  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18    
19  SRC_URI=(  SRC_URI=(
20     ftp://alpha.gnu.org/gnu/${PNAME}/${SRCFILE}
21   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
22   mirror://${PNAME}/${PNAME}-2.8.4-sdiff-no-waitpid.patch   mirror://${PNAME}/${PNAME}-2.8.4-sdiff-no-waitpid.patch
23   mirror://${PNAME}/${PNAME}-${PVER}-i18n.patch   mirror://${PNAME}/${PNAME}-${PVER}-i18n.patch
24  )  )
25    
26    UP2DATE="updatecmd ftp://alpha.gnu.org/gnu/diffutils | grep ${PNAME}-.* | lasttarball gz"
27    
28  src_prepare()  src_prepare()
29  {  {
30   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die

Legend:
Removed from v.108  
changed lines
  Added in v.109