21 lines
525 B
Plaintext
21 lines
525 B
Plaintext
# Tanım: OpenSSL RSA yöntemlerine arabirim
|
||
# URL: http://search.cpan.org/
|
||
# Paketçi: milisarge
|
||
# Gerekler: perl-crypt-openssl-random perl-crypt-openssl-bignum
|
||
|
||
isim=perl-crypt-openssl-rsa
|
||
surum=0.28
|
||
devir=1
|
||
|
||
kaynak=(http://search.cpan.org/CPAN/authors/id/P/PE/PERLER/Crypt-OpenSSL-RSA-$surum.tar.gz)
|
||
|
||
derle() {
|
||
cd Crypt-OpenSSL-RSA-$surum
|
||
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
|
||
}
|