Magellan Linux

Annotation of /smage/branches/alx07x-unstable/core/xml-parser/xml-parser-2.44-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6537 - (hide annotations) (download)
Mon Jul 13 14:06:26 2015 UTC (8 years, 10 months ago) by niro
Original Path: smage/trunk/core/xml-parser/xml-parser-2.44-r2.smage2
File size: 415 byte(s)
auto added: ver bump to 2.44-r2
1 niro 6537 # $Id$
2    
3     PNAME="xml-parser"
4     PVER="2.44"
5     PBUILD="r2"
6    
7     DESCRIPTION="A perl module for parsing XML documents."
8    
9     DEPEND=">= dev-libs/expat-2"
10     SDEPEND=">= dev-libs/expat-dev-2"
11    
12     CPAN_MODULE=XML-Parser
13     CPAN_AUTHOR=toddr
14     sminclude multilib cpan
15    
16     src_prepare()
17     {
18     munpack ${SRCFILE} || die
19    
20     # fix libdir on 64bit arches
21     all-abis 'sed -i "s:^\$expat_libpath.*:\$expat_libpath = \"/usr/$(mlibdir)\";:" Makefile.PL || die'
22     }