milis/talimatname/genel/p/perl-xml-parser/talimat

20 lines
436 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Xml belgesini işlemek için Perl modülü
# URL: http://search.cpan.org/dist/XML-Parser/
# Paketçi: milisarge
# Gerekler:
isim=perl-xml-parser
surum=2.43
devir=2
kaynak=(http://cpan.metacpan.org/authors/id/T/TO/TODDR/XML-Parser-$surum.tar.gz)
run=(perl)
derle() {
cd XML-Parser-$surum
perl Makefile.PL
make OPTIMIZE="$CFLAGS"
make DESTDIR=$PKG install
find $PKG -name .packlist -o -name perllocal.pod -exec rm '{}' \;
}