Magellan Linux

Diff of /smage/trunk/core/nano/nano-2.2.5-r1.smage2

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

revision 731 by niro, Thu Oct 21 15:25:15 2010 UTC revision 732 by niro, Thu Oct 21 15:25:57 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/v${PVER%.*}/${SRCFILE}   http://www.nano-editor.org/dist/v${PVER%.*}/${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.731  
changed lines
  Added in v.732