[oe-commits] Roman I Khimov : libnet-ssleay-perl: add Net::SSLeay Perl module

git version control git at git.openembedded.org
Thu Mar 18 21:21:07 UTC 2010


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

Author: Roman I Khimov <khimov at altell.ru>
Date:   Wed Mar 17 16:01:00 2010 +0300

libnet-ssleay-perl: add Net::SSLeay Perl module

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

---

 recipes/perl/libnet-ssleay-perl_1.36.bb |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/recipes/perl/libnet-ssleay-perl_1.36.bb b/recipes/perl/libnet-ssleay-perl_1.36.bb
new file mode 100644
index 0000000..3c6ba18
--- /dev/null
+++ b/recipes/perl/libnet-ssleay-perl_1.36.bb
@@ -0,0 +1,24 @@
+DESCRIPTION = "Net::SSLeay - Perl extension for using OpenSSL"
+SECTION = "libs"
+LICENSE = "OpenSSL"
+DEPENDS = "openssl zlib"
+RDEPENDS_${PN} += " \
+	perl-module-carp \
+	perl-module-errno \
+	perl-module-extutils-makemaker \
+	perl-module-mime-base64 \
+	perl-module-socket \
+	"
+
+BBCLASSEXTEND = "native"
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Net-SSLeay-${PV}.tar.gz;name=net-ssleay-${PV}"
+SRC_URI[net-ssleay-1.36.md5sum] = "54061638720dd6a325395331c77f21d8"
+SRC_URI[net-ssleay-1.36.sha256sum] = "e262897263c5aa9096e39f7813c7cb7d4d05508ca406b173878c4ecddb2c53ce"
+
+S = "${WORKDIR}/Net-SSLeay-${PV}"
+
+export OPENSSL_PREFIX="${STAGING_INCDIR}/.."
+
+inherit cpan





More information about the Openembedded-commits mailing list