From: Roman I Khimov Date: Thu, 18 Mar 2010 11:06:24 +0000 (+0300) Subject: libole-storage-lite-perl: add OLE::Storage::Lite Perl module X-Git-Tag: Release-2010-05/1~302^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dd09b663ca9728c0c4f4a78b79531f47272b35c;p=openembedded.git libole-storage-lite-perl: add OLE::Storage::Lite Perl module Signed-off-by: Roman I Khimov --- diff --git a/recipes/perl/libole-storage-lite-perl_0.19.bb b/recipes/perl/libole-storage-lite-perl_0.19.bb new file mode 100644 index 0000000000..26c7722b2f --- /dev/null +++ b/recipes/perl/libole-storage-lite-perl_0.19.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "OLE::Storage_Lite - Simple Class for OLE document interface" +SECTION = "libs" +LICENSE = "Artistic|GPL" +BBCLASSEXTEND = "native" +RDEPENDS_${PN} += "perl-module-extutils-makemaker" +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/J/JM/JMCNAMARA/OLE-Storage_Lite-${PV}.tar.gz;name=ole-storage-lite-perl-${PV}" +SRC_URI[ole-storage-lite-perl-0.19.md5sum] = "1a713f5342c7d90e54ab0d9659650296" +SRC_URI[ole-storage-lite-perl-0.19.sha256sum] = "e72e055c35bd85ad7c20cf2adb6c89bdbf5725df969484fa6dc981d531ef2c9d" + +S = "${WORKDIR}/OLE-Storage_Lite-${PV}" + +inherit cpan + +PACKAGE_ARCH = "all"