From: Roman I Khimov Date: Wed, 17 Mar 2010 15:45:37 +0000 (+0300) Subject: libconvert-binhex-perl: add Convert::BinHex Perl module X-Git-Tag: Release-2010-05/1~302^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6572dbbda378aaa7a6335e1391fdc1419c4a992;p=openembedded.git libconvert-binhex-perl: add Convert::BinHex Perl module Signed-off-by: Roman I Khimov --- 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 0000000000..b7796d3593 --- /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"