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 78 by niro, Tue Jan 5 15:09:53 2010 UTC revision 318 by niro, Wed Apr 28 13:32:52 2010 UTC
# Line 1  Line 1 
1  # $Id$  # $Header: /magellan-cvs/smage/perl/perl-5.10.0-r1.smage2,v 1.1 2008/02/08 22:32:05 niro Exp $
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    
 MCORE_ONLY_KEEP="usr/bin/perl usr/bin/perl${PVER}"  
 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 89  src_compile() Line 86  src_compile()
86    
87   mmake || die   mmake || die
88  }  }
89    
90    src_install()
91    {
92     cd ${SRCDIR}
93    
94     make DESTDIR=${BINDIR} install || die
95     minstalldocs AUTHORS Artistic Changes* Copying MANIFEST README* || die
96    }
97    
98    sminclude mcore

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