[oe-commits] Roman I Khimov : libmime-tools-perl: add MIME-Tools Perl module set

git version control git at git.openembedded.org
Thu Mar 18 21:21:08 UTC 2010


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

Author: Roman I Khimov <khimov at altell.ru>
Date:   Thu Mar 18 15:41:24 2010 +0300

libmime-tools-perl: add MIME-Tools Perl module set

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

---

 recipes/perl/libmime-tools-perl_5.427.bb |   32 ++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/recipes/perl/libmime-tools-perl_5.427.bb b/recipes/perl/libmime-tools-perl_5.427.bb
new file mode 100644
index 0000000..ec32b66
--- /dev/null
+++ b/recipes/perl/libmime-tools-perl_5.427.bb
@@ -0,0 +1,32 @@
+DESCRIPTION = "MIME-tools - modules for parsing (and creating!) MIME entities"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+DEPENDS = " \
+	libio-stringy-perl \
+	libmailtools-perl \
+	libtest-pod-perl \
+	libtimedate-perl \
+	"
+RDEPENDS_${PN} += "\
+	libio-stringy-perl \
+	libmailtools-perl \
+	libtest-pod-perl \
+	perl-module-file-path \
+	perl-module-file-spec \
+	perl-module-file-temp \
+	perl-module-io-file \
+	perl-module-mime-base64 \
+	perl-module-net-smtp \
+	perl-module-test-more \
+	"
+BBCLASSEXTEND = "native"
+
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DO/DONEILL/MIME-tools-${PV}.tar.gz;name=mime-tools-perl-${PV}"
+SRC_URI[mime-tools-perl-5.427.md5sum] = "4333caa7238cb9eafb5f7fb39fcbd8e7"
+SRC_URI[mime-tools-perl-5.427.sha256sum] = "844d2499fd2934d4836bd86dc73dd51955aea3fd88109b9d559d99449851fe6e"
+
+S = "${WORKDIR}/MIME-tools-${PV}"
+
+inherit cpan
\ No newline at end of file





More information about the Openembedded-commits mailing list