Magellan Linux

Contents of /branches/magellan-next/core/xml-parser/xml-parser-2.40-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7648 - (show annotations) (download)
Sun May 29 18:37:04 2011 UTC (12 years, 11 months ago) by niro
File size: 435 byte(s)
auto added: ver bump to 2.40-r2
1 # $Id$
2
3 PNAME="xml-parser"
4 PVER="2.40"
5 PBUILD="r2"
6
7 STATE="unstable"
8 DESCRIPTION="A perl module for parsing XML documents."
9
10 DEPEND=">= dev-libs/expat-2"
11
12 CPAN_MODULE=XML-Parser
13 CPAN_AUTHOR=CHORNY
14 sminclude cpan
15
16 UP2DATE="updatecmd_perl ${CPAN_MODULE} gz"
17
18 src_prepare()
19 {
20 munpack ${SRCFILE} || die
21 cd ${SRCDIR}
22
23 # fix libdir on 64bit arches
24 sed -i "s:^\$expat_libpath.*:\$expat_libpath = '/usr/$(mlibdir)';:" Makefile.PL || die
25 }