[oe-commits] Roman I Khimov : libconvert-binhex-perl: add Convert::BinHex Perl module

git version control git at git.openembedded.org
Wed Mar 24 17:24:14 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f6572dbbda378aaa7a6335e1391fdc1419c4a992
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f6572dbbda378aaa7a6335e1391fdc1419c4a992

Author: Roman I Khimov <khimov at altell.ru>
Date:   Wed Mar 17 18:45:37 2010 +0300

libconvert-binhex-perl: add Convert::BinHex Perl module

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

---

 recipes/perl/libconvert-binhex-perl_1.119.bb |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/recipes/perl/libconvert-binhex-perl_1.119.bb b/recipes/perl/libconvert-binhex-perl_1.119.bb
new file mode 100644
index 0000000..b7796d3
--- /dev/null
+++ b/recipes/perl/libconvert-binhex-perl_1.119.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Convert::BinHex - extract data from Macintosh BinHex files"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+BBCLASSEXTEND = "native"
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/E/ER/ERYQ/Convert-BinHex-${PV}.tar.gz;name=convert-binhex-perl-${PV}"
+SRC_URI[convert-binhex-perl-1.119.md5sum] = "ba70ad1772abac6270078f28197a7961"
+SRC_URI[convert-binhex-perl-1.119.sha256sum] = "2d4b59e46d43eaeb7de39e244d8d89af1b44b8977c3034c3779f984c2a399f55"
+
+S = "${WORKDIR}/Convert-BinHex-${PV}"
+
+inherit cpan
+
+PACKAGE_ARCH = "all"





More information about the Openembedded-commits mailing list