All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-perl][PATCH] libfile-listing-perl_6.04: added
@ 2013-09-03 15:43 Emil Petersen
  2013-10-16  3:06 ` Hongxu Jia
  0 siblings, 1 reply; 2+ messages in thread
From: Emil Petersen @ 2013-09-03 15:43 UTC (permalink / raw)
  To: openembedded-devel

File::Listing added

Signed-off-by: Emil Petersen <erp@movis.dk>
---
 .../libfile-listing-perl_6.04.bb                   | 26 ++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 meta-perl/recipes-perl/libfile-listing-perl/libfile-listing-perl_6.04.bb

diff --git a/meta-perl/recipes-perl/libfile-listing-perl/libfile-listing-perl_6.04.bb b/meta-perl/recipes-perl/libfile-listing-perl/libfile-listing-perl_6.04.bb
new file mode 100644
index 0000000..991de44
--- /dev/null
+++ b/meta-perl/recipes-perl/libfile-listing-perl/libfile-listing-perl_6.04.bb
@@ -0,0 +1,26 @@
+SUMMARY = "File::Listing - parse directory listing"
+AUTHOR = "Gisle Aas <gisle@activestate.com>"
+HOMEPAGE = "https://metacpan.org/module/File::Listing"
+SECTION = "libs"
+LICENSE = "Artistic-1.0 | GPL-1.0+"
+LIC_FILES_CHKSUM = "file://README;md5=b797097ead2abb910a9b40c0393742c3"
+
+SRC_URI = "http://cpan.metacpan.org/authors/id/G/GA/GAAS/File-Listing-${PV}.tar.gz"
+SRC_URI[md5sum] = "83f636b477741f3a014585bb9cc079a6"
+SRC_URI[sha256sum] = "1e0050fcd6789a2179ec0db282bf1e90fb92be35d1171588bd9c47d52d959cf5"
+
+RDEPENDS_${PN} += 'libhttp-date-perl'
+
+RPROVIDES_${PN} += "libfile-listing-perl \
+                    libfile-listing-apache-perl \
+                    libfile-listing-dosftp-perl \
+                    libfile-listing-netware-perl \
+                    libfile-listing-unix-perl \
+                    libfile-listing-vms-perl \
+                    "
+
+S = "${WORKDIR}/File-Listing-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND = "native"
-- 
1.8.4.rc3



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

end of thread, other threads:[~2013-10-16  3:07 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:43 [meta-perl][PATCH] libfile-listing-perl_6.04: added Emil Petersen
2013-10-16  3:06 ` Hongxu Jia

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.