[oe-commits] Roman I Khimov : libio-socket-inet6-perl: add IO::Socket::INET6 Perl module

git version control git at git.openembedded.org
Thu Mar 25 07:08:19 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: baf546d81d38ba0fed4c7a3e921fceb2f7326e82
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=baf546d81d38ba0fed4c7a3e921fceb2f7326e82

Author: Roman I Khimov <khimov at altell.ru>
Date:   Wed Mar 17 14:03:37 2010 +0300

libio-socket-inet6-perl: add IO::Socket::INET6 Perl module

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

---

 recipes/perl/libio-socket-inet6-perl_2.57.bb |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/recipes/perl/libio-socket-inet6-perl_2.57.bb b/recipes/perl/libio-socket-inet6-perl_2.57.bb
new file mode 100644
index 0000000..98098c8
--- /dev/null
+++ b/recipes/perl/libio-socket-inet6-perl_2.57.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "IO::Socket::INET6 - Object interface for AF_INET|AF_INET6 domain sockets"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+RDEPENDS_${PN} += "perl-module-test-more libsocket6-perl perl-module-io-socket"
+PR = "r0"
+
+BBCLASSEXTEND = "native"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/IO-Socket-INET6-${PV}.tar.gz;name=io-socket-inet6-perl-${PV}"
+SRC_URI[io-socket-inet6-perl-2.57.md5sum] = "65e5224afd57bbe0abfa178a206cedfe"
+SRC_URI[io-socket-inet6-perl-2.57.sha256sum] = "85f09b550c2cca9acf650d89514e6774e743d2f53ce8043b9413a639addad16d"
+
+S = "${WORKDIR}/IO-Socket-INET6-${PV}"
+
+inherit cpan
+
+PACKAGE_ARCH = "all"





More information about the Openembedded-commits mailing list