Magellan Linux

Contents of /trunk/core/xml-parser/xml-parser-2.36-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 410 - (show annotations) (download)
Thu Dec 25 00:44:06 2008 UTC (15 years, 5 months ago) by niro
File size: 792 byte(s)
-rev bump to 2.36-r2
1 # $Header: /magellan-cvs/smage/xml-parser/xml-parser-2.36-r1.smage2,v 1.1 2008/02/12 19:24:20 niro Exp $
2
3 PNAME="xml-parser"
4 PVER="2.36"
5 PBUILD="r2"
6
7 PCATEGORIE="dev-perl"
8 STATE="unstable"
9
10 DESCRIPTION="A perl module for parsing XML documents."
11 HOMEPAGE="http://search.cpan.org/dist/XML-Parser/"
12
13 DEPEND=">= dev-lang/perl-5.10.0
14 >= dev-libs/expat-2"
15
16 SRCFILE="${PNAME/xml-p/XML-P}-${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/${PNAME/xml-p/XML-P}-${PVER}"
18
19 sminclude perl
20
21 SRC_URI=(
22 http://search.cpan.org/CPAN/authors/id/M/MS/MSERGEANT/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd_perl XML-Parser gz"
27
28 src_prepare()
29 {
30 munpack ${SRCFILE} || die
31 cd ${SRCDIR}
32
33 # fix libdir on 64bit arches
34 sed -i "s:^\$expat_libpath.*:\$expat_libpath = '/usr/$(mlibdir)';:" Makefile.PL || die
35 }

Properties

Name Value
svn:keywords Id