Magellan Linux

Diff of /branches/magellan-next/core/diffutils/diffutils-3.0-r1.smage2

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

revision 5963 by niro, Tue Aug 17 19:54:54 2010 UTC revision 5964 by niro, Tue Aug 17 19:56:10 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
20    
21  SRC_URI=(  SRC_URI=(
22   gnu://${PNAME}/${SRCFILE}   gnu://${PNAME}/${SRCFILE}
23   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
# Line 23  SRC_URI=( Line 25  SRC_URI=(
25    
26  UP2DATE="updatecmd_gnu ${PNAME} gz"  UP2DATE="updatecmd_gnu ${PNAME} gz"
27    
   
28  src_compile()  src_compile()
29  {  {
30   cd ${SRCDIR}   cd ${SRCDIR}
31   mconfigure --enable-nls || die   mconfigure --enable-nls || die
32   mmake || die   mmake || die
33  }  }
   
 src_install()  
 {  
  cd ${SRCDIR}  
  make DESTDIR=${BINDIR} install || die  
  minstalldocs ABOUT-NLS AUTHORS COPYING NEWS README THANKS TODO || die  
 }  

Legend:
Removed from v.5963  
changed lines
  Added in v.5964