Magellan Linux

Annotation of /branches/R11-stable/core/xml-parser/xml-parser-2.41-r9.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 22423 - (hide annotations) (download)
Mon Oct 20 08:05:24 2014 UTC (9 years, 7 months ago) by niro
Original Path: trunk/core/xml-parser/xml-parser-2.41-r9.smage2
File size: 425 byte(s)
-rebuild against perl-5.20.1
1 niro 22423 # $Id$
2    
3     PNAME="xml-parser"
4     PVER="2.41"
5     PBUILD="r9"
6    
7     DESCRIPTION="A perl module for parsing XML documents."
8    
9     DEPEND=">= dev-libs/expat-2"
10    
11     CPAN_MODULE=XML-Parser
12     CPAN_AUTHOR=toddr
13     sminclude multilib cpan
14    
15     UP2DATE="updatecmd_perl ${CPAN_MODULE} gz"
16    
17     src_prepare()
18     {
19     munpack ${SRCFILE} || die
20    
21     # fix libdir on 64bit arches
22     all-abis 'sed -i "s:^\$expat_libpath.*:\$expat_libpath = \"/usr/$(mlibdir)\";:" Makefile.PL || die'
23     }