libcrypt-openssl-rsa-perl: Crypt::OpenSSL::RSA Perl module
authorRoman I Khimov <khimov@altell.ru>
Thu, 18 Mar 2010 14:38:23 +0000 (17:38 +0300)
committerRoman I Khimov <khimov@altell.ru>
Tue, 23 Mar 2010 21:48:04 +0000 (00:48 +0300)
Signed-off-by: Roman I Khimov <khimov@altell.ru>
recipes/perl/libcrypt-openssl-rsa-perl_0.26.bb [new file with mode: 0644]

diff --git a/recipes/perl/libcrypt-openssl-rsa-perl_0.26.bb b/recipes/perl/libcrypt-openssl-rsa-perl_0.26.bb
new file mode 100644 (file)
index 0000000..8c9c72a
--- /dev/null
@@ -0,0 +1,17 @@
+DESCRIPTION = "RSA encoding and decoding, using the openSSL libraries"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+DEPENDS = "openssl"
+RDEPENDS_${PN} += " \
+       libcrypt-openssl-bignum-perl \
+       libcrypt-openssl-random-perl \
+       "
+BBCLASSEXTEND = "native"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/I/IR/IROBERTS/Crypt-OpenSSL-RSA-${PV}.tar.gz;name=crypt-openssl-rsa-perl-${PV}"
+SRC_URI[crypt-openssl-rsa-perl-0.26.md5sum] = "baf875f01ee39b88335b8f0962fe4bbc"
+SRC_URI[crypt-openssl-rsa-perl-0.26.sha256sum] = "f42f276ffe5ae1775c4bd76f3026483f0d39975f7cdd07bf48eccfb8c45286bb"
+
+S = "${WORKDIR}/Crypt-OpenSSL-RSA-${PV}"
+
+inherit cpan
\ No newline at end of file