Magellan Linux

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

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

revision 77 by niro, Tue Jan 5 14:57:04 2010 UTC revision 78 by niro, Tue Jan 5 15:09:53 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    
19    MCORE_ONLY_KEEP="usr/bin/perl usr/bin/perl${PVER}"
20    sminclude mcore-split
21    
22  SRC_URI=(  SRC_URI=(
23   http://ftp.funet.fi/pub/CPAN/src/${SRCFILE}   http://ftp.funet.fi/pub/CPAN/src/${SRCFILE}
24   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
# Line 86  src_compile() Line 89  src_compile()
89    
90   mmake || die   mmake || die
91  }  }
   
 src_install()  
 {  
  cd ${SRCDIR}  
   
  make DESTDIR=${BINDIR} install || die  
  minstalldocs AUTHORS Artistic Changes* Copying MANIFEST README* || die  
 }  
   
 sminclude alx  

Legend:
Removed from v.77  
changed lines
  Added in v.78