Magellan Linux

Diff of /smage/trunk/core/diffutils/diffutils-3.0-r1.smage2

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

revision 705 by niro, Thu Oct 21 15:04:23 2010 UTC revision 706 by niro, Thu Oct 21 15:06:05 2010 UTC
# Line 16  SDEPEND=">= sys-dev/gettext-0.18" Line 16  SDEPEND=">= sys-dev/gettext-0.18"
16  SRCFILE="${PNAME}-${PVER}.tar.gz"  SRCFILE="${PNAME}-${PVER}.tar.gz"
17  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18    
19  sminclude mbuild  MCORE_ONLY_KEEP="usr/bin"
20    sminclude mbuild mcore-split
21    
22  SRC_URI=(  SRC_URI=(
23   gnu://${PNAME}/${SRCFILE}   gnu://${PNAME}/${SRCFILE}
# Line 28  UP2DATE="updatecmd_gnu ${PNAME} gz" Line 29  UP2DATE="updatecmd_gnu ${PNAME} gz"
29  src_compile()  src_compile()
30  {  {
31   cd ${SRCDIR}   cd ${SRCDIR}
32   mconfigure --enable-nls || die   mconfigure --disable-nls || die
33   mmake || die   mmake || die
34  }  }

Legend:
Removed from v.705  
changed lines
  Added in v.706