Magellan Linux

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

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

revision 683 by niro, Thu Oct 21 12:52:27 2010 UTC revision 684 by niro, Thu Oct 21 12:58:01 2010 UTC
# Line 17  DEPEND=">= sys-apps/groff-1.20 Line 17  DEPEND=">= sys-apps/groff-1.20
17  SRCFILE="${PNAME}-${PVER}.tar.gz"  SRCFILE="${PNAME}-${PVER}.tar.gz"
18  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19    
20    MCORE_ONLY_KEEP="usr/bin/perl usr/bin/perl${PVER}"
21    sminclude mcore-split
22    
23  SRC_URI=(  SRC_URI=(
24   http://ftp.funet.fi/pub/CPAN/src/${SRCFILE}   http://ftp.funet.fi/pub/CPAN/src/${SRCFILE}
25   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
# Line 89  src_compile() Line 92  src_compile()
92   mmake || die   mmake || die
93  }  }
94    
95  src_install()  mcore_generic_src_install()
96  {  {
97   cd ${SRCDIR}   cd ${SRCDIR}
98    

Legend:
Removed from v.683  
changed lines
  Added in v.684