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

26 lines
674 B
Text
Raw Normal View History

2018-02-28 05:27:56 +02:00
# Tanım: Routines for accessing the OpenSSL pseudo-random number generator
# URL: https://metacpan.org/release/Crypt-OpenSSL-Random
2017-10-27 21:46:27 +03:00
# Paketçi: milisarge
2018-02-28 05:27:56 +02:00
# Gerekler:
# Grup: kütüphane
2017-04-07 11:32:15 +03:00
2017-10-28 15:10:23 +03:00
isim=perl-crypt-openssl-random
2018-02-28 05:27:56 +02:00
surum=0.11
2017-10-28 15:10:23 +03:00
devir=1
kaynak=(http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/Crypt-OpenSSL-Random-$surum.tar.gz)
2016-02-24 02:27:23 +02:00
2017-10-28 00:59:41 +03:00
derle() {
2018-02-28 05:27:56 +02:00
_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"
2016-02-24 02:27:23 +02:00
}