Magellan Linux

Diff of /smage/trunk/core/gawk/gawk-3.1.8-r1.smage2

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

revision 713 by niro, Thu Oct 21 15:09:35 2010 UTC revision 714 by niro, Thu Oct 21 15:10:26 2010 UTC
# Line 15  DEPEND=">= virtual/glibc" Line 15  DEPEND=">= virtual/glibc"
15  SRCFILE="${PNAME}-${PVER}.tar.bz2"  SRCFILE="${PNAME}-${PVER}.tar.bz2"
16  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18  sminclude mbuild  MCORE_ONLY_KEEP="bin/gawk bin/awk"
19    sminclude mbuild mcore-split
20    
21  SRC_URI=(  SRC_URI=(
22   gnu://${PNAME}/${SRCFILE}   gnu://${PNAME}/${SRCFILE}
# Line 32  src_compile() Line 33  src_compile()
33   mmake || die   mmake || die
34  }  }
35    
36  src_install()  mcore_generic_src_install()
37  {  {
38   cd ${SRCDIR}   cd ${SRCDIR}
39    

Legend:
Removed from v.713  
changed lines
  Added in v.714