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

26 lines
674 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: Routines for accessing the OpenSSL pseudo-random number generator
# URL: https://metacpan.org/release/Crypt-OpenSSL-Random
# Paketçi: milisarge
# Gerekler:
# Grup: kütüphane
isim=perl-crypt-openssl-random
surum=0.11
devir=1
kaynak=(http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/Crypt-OpenSSL-Random-$surum.tar.gz)
derle() {
_ddir="Crypt-OpenSSL-Random-$surum"
cd "$SRC/$_ddir"
export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
unset PERL5LIB PERL_MM_OPT
/usr/bin/perl Makefile.PL
make
cd "$SRC/$_ddir"
export PERL_MM_USE_DEFAULT=1
unset PERL5LIB
make test
cd "$SRC/$_ddir"
make install INSTALLDIRS=vendor DESTDIR="$PKG"
}