Magellan Linux

Annotation of /branches/magellan-next/core/xml-parser/xml-parser-2.41-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8436 - (hide annotations) (download)
Mon Jul 18 19:52:11 2011 UTC (12 years, 11 months ago) by niro
File size: 417 byte(s)
-fixed CPAN_AUTHOR
1 niro 8435 # $Id$
2    
3     PNAME="xml-parser"
4     PVER="2.41"
5     PBUILD="r1"
6    
7     DESCRIPTION="A perl module for parsing XML documents."
8    
9     DEPEND=">= dev-libs/expat-2"
10    
11     CPAN_MODULE=XML-Parser
12 niro 8436 CPAN_AUTHOR=toddr
13 niro 8435 sminclude cpan
14    
15     UP2DATE="updatecmd_perl ${CPAN_MODULE} gz"
16    
17     src_prepare()
18     {
19     munpack ${SRCFILE} || die
20     cd ${SRCDIR}
21    
22     # fix libdir on 64bit arches
23     sed -i "s:^\$expat_libpath.*:\$expat_libpath = '/usr/$(mlibdir)';:" Makefile.PL || die
24     }