Magellan Linux

Diff of /smage/trunk/core/diffutils/diffutils-2.8.7-r7.smage2

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

revision 17 by niro, Sat Jan 2 23:21:05 2010 UTC revision 70 by niro, Mon Jan 4 18:09:38 2010 UTC
# Line 16  SDEPEND=">= sys-dev/gettext-0.17" Line 16  SDEPEND=">= sys-dev/gettext-0.17"
16  SRCFILE="${PNAME}-${PVER}.tar.gz"  SRCFILE="${PNAME}-${PVER}.tar.gz"
17  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18    
19    MCORE_ONLY_KEEP="usr/bin/*"
20    sminclude mcore-split
21    
22  SRC_URI=(  SRC_URI=(
23   ftp://alpha.gnu.org/gnu/${PNAME}/${SRCFILE}   ftp://alpha.gnu.org/gnu/${PNAME}/${SRCFILE}
24   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
# Line 50  src_compile() Line 53  src_compile()
53   mmake || die   mmake || die
54  }  }
55    
56  src_install()  mcore_generic_src_install()
57  {  {
58   cd ${SRCDIR}   cd ${SRCDIR}
59   make DESTDIR=${BINDIR} install || die   make DESTDIR=${BINDIR} install || die

Legend:
Removed from v.17  
changed lines
  Added in v.70