All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-perl][PATCH] libencode-perl_2.52: added
@ 2013-09-03 15:39 Emil Petersen
  2013-09-03 15:55 ` Olof Johansson
  0 siblings, 1 reply; 2+ messages in thread
From: Emil Petersen @ 2013-09-03 15:39 UTC (permalink / raw)
  To: openembedded-devel

Encode recipe added

Signed-off-by: Emil Petersen <erp@movis.dk>
---
 .../libencode-perl/libencode-perl_2.52.bb          | 49 ++++++++++++++++++++++
 1 file changed, 49 insertions(+)
 create mode 100644 meta-perl/recipes-perl/libencode-perl/libencode-perl_2.52.bb

diff --git a/meta-perl/recipes-perl/libencode-perl/libencode-perl_2.52.bb b/meta-perl/recipes-perl/libencode-perl/libencode-perl_2.52.bb
new file mode 100644
index 0000000..b2e261a
--- /dev/null
+++ b/meta-perl/recipes-perl/libencode-perl/libencode-perl_2.52.bb
@@ -0,0 +1,49 @@
+SUMMARY = "Encode - character encodings"
+DESCRIPTION = "The \"Encode\" module provides the interfaces between Perl's strings and the rest of the system.  Perl strings are \
+       sequences of characters. \ 
+       See \"perldoc Encode\" for the rest of the story"
+AUTHOR = "Dan Kogai <dankogai+cpan@gmail.com>"
+HOMEPAGE = "https://metacpan.org/release/Encode"
+SECTION = "lib"
+LICENSE = "Artistic-1.0 | GPL-1.0+"
+LIC_FILES_CHKSUM = "file://META.json;md5=f335275cdfe14e39d59aee6a883b78cd"
+
+RPROVIDES_${PN} += "libencode-perl \
+                    libencode-alias-perl \
+                    libencode-byte-perl \
+                    libencode-cjkconstants-perl \
+                    libencode-cn-perl \
+                    libencode-cn-hz-perl \
+                    libencode-config-perl \
+                    libencode-ebcdic-perl \
+                    libencode-encoder-perl \
+                    libencode-encoding-perl \
+                    libencode-gsm0338-perl \
+                    libencode-guess-perl \
+                    libencode-jp-perl \
+                    libencode-jp-h2z-perl \
+                    libencode-jp-jis7-perl \
+                    libencode-kr-perl \
+                    libencode-kr-2022_kr-perl \
+                    libencode-mime-header-perl \
+                    libencode-mime-name-perl \
+                    libencode-symbol-perl \
+                    libencode-tw-perl \
+                    libencode-unicode--perl \
+                    libencode-unicode-utf7-perl \
+                    libencoding-perl \
+                    libencode-internal-perl \
+                    libencode-mime-header-iso_2022_jp-perl \
+                    libencode-utf8-perl \
+                    libencode-utf_ebcdic-perl \
+                    "
+ 
+SRC_URI = "http://cpan.metacpan.org/authors/id/D/DA/DANKOGAI/Encode-${PV}.tar.gz"
+SRC_URI[md5sum] = "bf26ef62725b1938181d71d1127f22d8"
+SRC_URI[sha256sum] = "2411a2027195b684065339abb1286dd540ca3ca32d546bd682c4964579ad3c60"
+
+S = "${WORKDIR}/Encode-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND = "native"
-- 
1.8.4.rc3



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-perl][PATCH] libencode-perl_2.52: added
  2013-09-03 15:39 [meta-perl][PATCH] libencode-perl_2.52: added Emil Petersen
@ 2013-09-03 15:55 ` Olof Johansson
  0 siblings, 0 replies; 2+ messages in thread
From: Olof Johansson @ 2013-09-03 15:55 UTC (permalink / raw)
  To: openembedded-devel@lists.openembedded.org

On 13-09-03 17:39 +0200, Emil Petersen wrote:
> Encode recipe added

This module is part of the perl distribution itself.

-- 
olofjn


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-09-03 15:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-03 15:39 [meta-perl][PATCH] libencode-perl_2.52: added Emil Petersen
2013-09-03 15:55 ` Olof Johansson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.