milis/talimatname/genel/p/perl-crypt-openssl-rsa/talimat

21 lines
525 B
Text
Raw Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: OpenSSL RSA yöntemlerine arabirim
2016-02-24 02:27:23 +02:00
# URL: http://search.cpan.org/
2017-10-27 21:46:27 +03:00
# Paketçi: milisarge
# Gerekler: perl-crypt-openssl-random perl-crypt-openssl-bignum
2017-04-07 11:33:04 +03:00
2017-10-28 15:10:23 +03:00
isim=perl-crypt-openssl-rsa
surum=0.28
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/P/PE/PERLER/Crypt-OpenSSL-RSA-$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 Crypt-OpenSSL-RSA-$surum
2016-02-24 02:27:23 +02:00
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
make pure_install doc_install DESTDIR=$PKG
find "$PKG" -name '.packlist' -delete
find "$PKG" -name '*.pod' -delete
}