milis/talimatname/genel/p/perl-lwp-protocol-https/talimat

23 lines
604 B
Text
Raw Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: LWP :: UserAgent için https desteği sağlar
2017-04-10 11:42:03 +03:00
# URL: http://search.cpan.org/~gaas/LWP-Protocol-https-6.04/lib/LWP/Protocol/https.pm
2017-10-27 21:46:27 +03:00
# Paketçi: milisarge
# Gerekler: perl-io-socket-ssl perl-mozilla-ca perl-net-http perl-libwww
2017-04-10 11:42:03 +03:00
2017-10-28 15:10:23 +03:00
isim=perl-lwp-protocol-https
surum=6.04
devir=1
2016-02-24 02:27:23 +02:00
2017-10-28 15:10:23 +03:00
kaynak=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/LWP-Protocol-https-$surum.tar.gz)
2016-02-24 02:27:23 +02:00
2017-10-28 00:59:41 +03:00
derle() {
2017-10-28 15:10:23 +03:00
cd LWP-Protocol-https-$surum
2016-02-24 02:27:23 +02:00
perl Makefile.PL INSTALLDIRS=vendor
make
make DESTDIR=$PKG install
find $PKG \
-name '*.bs' -or \
-name '.packlist' -or \
-name 'perllocal.pod' | xargs rm
}