CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 2 -
(show annotations)
Sun Oct 4 14:31:24 2009 UTC (3 years, 7 months ago) by cjg
File size: 493 byte(s)
Sun Oct 4 14:31:24 2009 UTC (3 years, 7 months ago) by cjg
File size: 493 byte(s)
importing opt
| 1 | # Description: XML::Parser |
| 2 | # URL: http://search.cpan.org/~msergeant/XML-Parser-2.34/ |
| 3 | # Maintainer: Matt Housh, jaeger at morpheus dot net |
| 4 | # Depends on: expat, perl |
| 5 | |
| 6 | name=p5-xml-parser |
| 7 | version=2.36 |
| 8 | release=1 |
| 9 | source=(http://cpan.develooper.com/modules/by-category/11_String_Lang_Text_Proc/XML/XML-Parser-$version.tar.gz) |
| 10 | |
| 11 | build() { |
| 12 | cd XML-Parser-$version |
| 13 | perl Makefile.PL |
| 14 | make OPTIMIZE="$CFLAGS" |
| 15 | make DESTDIR=$PKG install |
| 16 | find $PKG -name .packlist -o -name perllocal.pod -exec rm '{}' \; |
| 17 | } |