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 319 by niro, Wed Apr 28 13:32:52 2010 UTC revision 320 by niro, Wed Apr 28 13:39:21 2010 UTC
# Line 1  Line 1 
1  # $Header: /magellan-cvs/smage/perl/perl-5.10.0-r1.smage2,v 1.1 2008/02/08 22:32:05 niro Exp $  # $Id$
2    
3  PNAME="perl"  PNAME="perl"
4  PVER="5.10.1"  PVER="5.10.1"
# 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 mcore  

Legend:
Removed from v.319  
changed lines
  Added in v.320