Magellan Linux

Diff of /smage/trunk/core/perl/perl-5.12.2-r1.smage2

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

revision 689 by niro, Thu Oct 21 14:00:35 2010 UTC revision 690 by niro, Thu Oct 21 14:32:46 2010 UTC
# Line 16  DEPEND=">= sys-apps/groff-1.20 Line 16  DEPEND=">= sys-apps/groff-1.20
16  SRCFILE="${PNAME}-${PVER}.tar.gz"  SRCFILE="${PNAME}-${PVER}.tar.gz"
17  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18    
 MCORE_ONLY_KEEP="usr/bin/perl  
  usr/bin/perl${PVER}  
  usr/$(mlibdir)/perl${PVER%%.*}/${PVER}/${CHOST}/CORE/*.so"  
 sminclude mcore-split  
   
19  SRC_URI=(  SRC_URI=(
20   http://ftp.funet.fi/pub/CPAN/src/${SRCFILE}   http://ftp.funet.fi/pub/CPAN/src/${SRCFILE}
21   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
# Line 94  src_compile() Line 89  src_compile()
89   mmake || die   mmake || die
90  }  }
91    
92  mcore_generic_src_install()  src_install()
93  {  {
94   cd ${SRCDIR}   cd ${SRCDIR}
95    

Legend:
Removed from v.689  
changed lines
  Added in v.690