Magellan Linux

Diff of /smage/trunk/core/nano/nano-2.0.9-r6.smage2

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

revision 104 by niro, Wed Jan 6 13:05:52 2010 UTC revision 105 by niro, Wed Jan 6 13:07:55 2010 UTC
# Line 19  SRCDIR="$BUILDDIR/${PNAME}-${PVER}" Line 19  SRCDIR="$BUILDDIR/${PNAME}-${PVER}"
19  # nanorc version  # nanorc version
20  NRCVER="1.7"  NRCVER="1.7"
21    
22  sminclude mbuild mtools  MCORE_ONLY_KEEP="etc/nanorc usr/bin/nano"
23    sminclude mbuild mtools mcore-split
24    
25  SRC_URI=(  SRC_URI=(
26   http://www.nano-editor.org/dist/v2.0/${SRCFILE}   http://www.nano-editor.org/dist/v2.0/${SRCFILE}
# Line 41  src_compile() Line 42  src_compile()
42   mmake  || die   mmake  || die
43  }  }
44    
45  src_install()  mcore_generic_src_install()
46  {  {
47   cd ${SRCDIR}   cd ${SRCDIR}
48    

Legend:
Removed from v.104  
changed lines
  Added in v.105