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

24 lines
610 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: OpenSSL's multiprecision integer arithmetic
# URL: https://metacpan.org/release/Crypt-OpenSSL-Bignum
# Paketçi: milisarge
# Gerekler:
# Grup: kütüphane
isim=perl-crypt-openssl-bignum
surum=0.08
devir=1
kaynak=(http://search.cpan.org/CPAN/authors/id/K/KM/KMX/Crypt-OpenSSL-Bignum-$surum.tar.gz)
derle() {
_ddir="Crypt-OpenSSL-Bignum-$surum"
cd "$SRC/$_ddir"
export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
unset PERL5LIB PERL_MM_OPT
/usr/bin/perl Makefile.PL
make
export PERL_MM_USE_DEFAULT=1
unset PERL5LIB
make test
make install INSTALLDIRS=vendor DESTDIR="$PKG"
}