[oe-commits] Roman I Khimov : libcrypt-openssl-bignum-perl: add Crypt::OpenSSL:: Bignum Perl module

git version control git at git.openembedded.org
Fri Mar 19 21:01:58 UTC 2010


Module: openembedded.git
Branch: rik/perl-5.10
Commit: 3904779c243ff1c6c64830e6ab990ea1f5863b8b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3904779c243ff1c6c64830e6ab990ea1f5863b8b

Author: Roman I Khimov <khimov at altell.ru>
Date:   Thu Mar 18 17:23:17 2010 +0300

libcrypt-openssl-bignum-perl: add Crypt::OpenSSL::Bignum Perl module

Signed-off-by: Roman I Khimov <khimov at altell.ru>

---

 recipes/perl/libcrypt-openssl-bignum-perl_0.04.bb |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/recipes/perl/libcrypt-openssl-bignum-perl_0.04.bb b/recipes/perl/libcrypt-openssl-bignum-perl_0.04.bb
new file mode 100644
index 0000000..325ae89
--- /dev/null
+++ b/recipes/perl/libcrypt-openssl-bignum-perl_0.04.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "OpenSSL's multiprecision integer arithmetic"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+DEPENDS = "openssl"
+BBCLASSEXTEND = "native"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/I/IR/IROBERTS/Crypt-OpenSSL-Bignum-${PV}.tar.gz;name=crypt-openssl-bignum-perl-${PV}"
+SRC_URI[crypt-openssl-bignum-perl-0.04.md5sum] = "9369ef722b0705c0604998559988eb18"
+SRC_URI[crypt-openssl-bignum-perl-0.04.sha256sum] = "73a1e3a2419054a5109629c55d3ec322415be07d6bb6029b830a30e8f1126fa3"
+
+S = "${WORKDIR}/Crypt-OpenSSL-Bignum-${PV}"
+
+inherit cpan
\ No newline at end of file





More information about the Openembedded-commits mailing list