[oe-commits] Roman I Khimov : libnet-cidr-perl: add Net::CIDR Perl module

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


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

Author: Roman I Khimov <khimov at altell.ru>
Date:   Wed Mar 17 19:06:38 2010 +0300

libnet-cidr-perl: add Net::CIDR Perl module

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

---

 recipes/perl/libnet-cidr-perl_0.13.bb |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/recipes/perl/libnet-cidr-perl_0.13.bb b/recipes/perl/libnet-cidr-perl_0.13.bb
new file mode 100644
index 0000000..a052270
--- /dev/null
+++ b/recipes/perl/libnet-cidr-perl_0.13.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "Net::CIDR - Manipulate IPv4/IPv6 netblocks in CIDR notation"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+RDEPENDS_${PN} += "perl-module-carp"
+
+BBCLASSEXTEND = "native"
+
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MR/MRSAM/Net-CIDR-0.13.tar.gz;name=net-cidr-perl-${PV}"
+SRC_URI[net-cidr-perl-0.13.md5sum] = "40f0f42104b314af91ab78119e0096de"
+SRC_URI[net-cidr-perl-0.13.sha256sim] = "7011713891c2710dd803d21789df6ba0ad7f4692d5cc1dde83b7106f4b726dab"
+
+S = "${WORKDIR}/Net-CIDR-${PV}"
+
+inherit cpan
+
+PACKAGE_ARCH = "all"





More information about the Openembedded-commits mailing list