Magellan Linux

Contents of /smage/trunk/core/xml-parser/xml-parser-2.41-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1823 - (show annotations) (download)
Mon Sep 26 15:39:41 2011 UTC (12 years, 7 months ago) by niro
File size: 444 byte(s)
auto added: ver bump to 2.41-r1
1 # $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-lang/perl-5.12
10 >= dev-libs/expat-2"
11
12 CPAN_MODULE="XML-Parser"
13 CPAN_AUTHOR="TODDR"
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 }