libole-storage-lite-perl: add OLE::Storage::Lite Perl module
authorRoman I Khimov <khimov@altell.ru>
Thu, 18 Mar 2010 11:06:24 +0000 (14:06 +0300)
committerRoman I Khimov <khimov@altell.ru>
Tue, 23 Mar 2010 21:47:18 +0000 (00:47 +0300)
Signed-off-by: Roman I Khimov <khimov@altell.ru>
recipes/perl/libole-storage-lite-perl_0.19.bb [new file with mode: 0644]

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 (file)
index 0000000..26c7722
--- /dev/null
@@ -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"