diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-03-16 15:08:11 +0300 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-03-24 00:45:55 +0300 |
commit | 8e6a2003858d401d726fed3d6ba3652ce080f15a (patch) | |
tree | b22314811fb7d7ade61fc84c8d44bab09764ed8f /recipes/perl | |
parent | 343fc771a21e32c7c69d342294c801b7a2e0ff30 (diff) |
libencode-detect-perl: add Encode::Detect Perl module
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/perl')
-rw-r--r-- | recipes/perl/libencode-detect-perl_1.01.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/perl/libencode-detect-perl_1.01.bb b/recipes/perl/libencode-detect-perl_1.01.bb new file mode 100644 index 0000000000..691bb65885 --- /dev/null +++ b/recipes/perl/libencode-detect-perl_1.01.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "An Encode::Encoding subclass that detects the encoding of data" +SECTION = "libs" +LICENSE = "MPL" +RDEPENDS_${PN} += "perl-module-module-build perl-module-extutils-cbuilder" +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/J/JG/JGMYERS/Encode-Detect-${PV}.tar.gz;name=encode-detect-perl-${PV}" +SRC_URI[encode-detect-perl-1.01.md5sum] = "ee9faf55d7105c97b02b8ebe590819c7" +SRC_URI[encode-detect-perl-1.01.sha256sum] = "834d893aa7db6ce3f158afbd0e432d6ed15a276e0940db0a74be13fd9c4bbbf1" + +BBCLASSEXTEND = "native" + +S = "${WORKDIR}/Encode-Detect-${PV}" + +inherit cpan_build |