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

21 lines
505 B
Plaintext
Raw Normal View History

2017-04-07 10:32:15 +02:00
# Description: OpenSSL PRNG yöntemlerine Arayüz
2016-02-24 01:27:23 +01:00
# URL: http://search.cpan.org/
2017-04-07 10:32:15 +02:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: perl openssl
2017-04-07 10:32:15 +02:00
2016-02-24 01:27:23 +01:00
name=perl-crypt-openssl-random
version=0.06
release=1
source=(http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/Crypt-OpenSSL-Random-$version.tar.gz)
build() {
cd Crypt-OpenSSL-Random-$version
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
}