milis/talimatname/genel/p/perl-libwww/talimat

22 lines
676 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: Perl için World Wide Web kütüphanesi
# URL: http://search.cpan.org/
# Paketçi: milisarge
# Gerekler: perl-encode-locale perl-file-listing perl-html-parser perl-http-cookies perl-http-daemon perl-http-date perl-http-negotiate perl-lwp-mediatypes perl-net-http perl-uri perl-www-robotrules perl-http-message
isim=perl-libwww
surum=6.06
devir=1
kaynak=(http://search.cpan.org/CPAN/authors/id/M/MS/MSCHILLI/libwww-perl-$surum.tar.gz)
derle() {
cd libwww-perl-$surum
perl Makefile.PL --aliases IINSTALLDIRS=vendor
make
make DESTDIR=$PKG install
find $PKG \
-name '*.bs' -or \
-name '.packlist' -or \
-name 'perllocal.pod' | xargs rm
}