[oe-commits] Roman I Khimov : libip-country-perl: add IP::Country Perl module

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


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

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

libip-country-perl: add IP::Country Perl module

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

---

 recipes/perl/libip-country-perl_2.27.bb |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/recipes/perl/libip-country-perl_2.27.bb b/recipes/perl/libip-country-perl_2.27.bb
new file mode 100644
index 0000000..b02065a
--- /dev/null
+++ b/recipes/perl/libip-country-perl_2.27.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "IP::Country - fast lookup of country codes from IP addresses"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+RDEPENDS_${PN} += "perl-module-extutils-makemaker"
+BBCLASSEXTEND = "native"
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/N/NW/NWETTERS/IP-Country-${PV}.tar.gz;name=ip-country-perl-${PV}"
+SRC_URI[ip-country-perl-2.27.md5sum] = "32932280ee4729145e85e08dad5ab8c6"
+SRC_URI[ip-country-perl-2.27.sha256sum] = "39ed6d3890d655159e950f785f5e124b580ebaa0ab531bc4cf182184801192e1"
+
+S = "${WORKDIR}/IP-Country-${PV}"
+
+inherit cpan





More information about the Openembedded-commits mailing list