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

21 lines
502 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.

# Description: OpenSSL'nin çok düzeltmeli tam sayı aritmetiği
# URL: http://search.cpan.org/
# Packager: milisarge
# Depends on:
name=perl-crypt-openssl-bignum
version=0.04
release=1
source=(http://www.cpan.org/authors/id/I/IR/IROBERTS/Crypt-OpenSSL-Bignum-$version.tar.gz)
build() {
cd Crypt-OpenSSL-Bignum-$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
}