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

26 lines
674 B
Plaintext
Raw Normal View History

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