Difference between revisions of "Crypt::OpenPGP"

From CBLFS
Jump to navigationJump to search
 
Line 11: Line 11:
 
== Dependencies ==
 
== Dependencies ==
 
=== Required ===
 
=== Required ===
* [[Perl Module Data::Buffer]]
+
* [[Data::Buffer]]
* [[Perl Module Math::Pari]]
+
* [[Math::Pari]]
* [[Perl Module Compress::Zlib]]
+
* [[Compress::Zlib]]
* [[Perl Module Crypt::DSA]]
+
* [[Crypt::DSA]]
* [[Perl Module Crypt::RSA]]
+
* [[Crypt::RSA]]
* [[Perl Module libwww]]
+
* [[libwww]]
* [[Perl Module Crypt::IDEA]]
+
* [[Crypt::IDEA]]
* [[Perl Module Digest::MD2]]
+
* [[Digest::MD2]]
* [[Perl Module Crypt::DES_EDE3]]
+
* [[Crypt::DES_EDE3]]
* [[Perl Module Digest::SHA1]]
+
* [[Digest::SHA1]]
* [[Perl Module Crypt::Rijndael]]
+
* [[Crypt::Rijndael]]
* [[Perl Module Crypt::Blowfish]]
+
* [[Crypt::Blowfish]]
* [[Perl Module Crypt::Twofish]]
+
* [[Crypt::Twofish]]
  
 
{{Perl Module Common Build}}
 
{{Perl Module Common Build}}
  
 
[[Category:Perl Modules]]
 
[[Category:Perl Modules]]

Latest revision as of 06:03, 20 October 2010

Download Source: http://search.cpan.org/CPAN/authors/id/B/BT/BTROTT/Crypt-OpenPGP-1.03.tar.gz

Introduction to Crypt::OpenPGP

Project Homepage: Unknown

Dependencies

Required

Non-Multilib

Compile the package:

perl Makefile.PL &&
make &&
make test

Install the package

make install

Multilib

32Bit

Compile the package:

USE_ARCH=32 perl Makefile.PL &&
make &&
make test

Install the package

make install

N32

Compile the package:

USE_ARCH=n32 perl Makefile.PL &&
make &&
make test

Install the package

make install

64Bit

Compile the package:

USE_ARCH=64 perl Makefile.PL &&
make &&
make test

Install the package

make install