milis/talimatname/genel/p/perl-io-socket-ssl/talimat

23 lines
523 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: "IO::Socket::INET" için neredeyse şeffaf SSL kapsülleme
# URL: http://search.cpan.org/dist/IO-Socket-SSL/
# Paketçi: milisarge
# Gerekler: perl-net-ssleay perl-uri
isim=perl-io-socket-ssl
surum=1.988
devir=1
kaynak=(http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-$surum.tar.gz)
derle() {
cd IO-Socket-SSL-$surum
yes | perl Makefile.PL INSTALLDIRS=vendor
make
make DESTDIR=$PKG install
find $PKG \
-name '*.bs' -or \
-name .packlist -or \
-name perllocal.pod | xargs rm
}