diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-03-17 18:45:37 +0300 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-03-24 00:46:59 +0300 |
commit | f6572dbbda378aaa7a6335e1391fdc1419c4a992 (patch) | |
tree | a8635e9aab4ba2a3afad65d94bec0203755430cc /recipes/perl | |
parent | 054cca2a65693c5c906f40e0471d1b8c6e06aae6 (diff) |
libconvert-binhex-perl: add Convert::BinHex Perl module
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/perl')
-rw-r--r-- | 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 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" |