summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/leptonica
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
commit1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e (patch)
treea21a5fc103bb3bd65ecd85ed22be5228fc54e447 /meta-oe/recipes-graphics/leptonica
downloadmeta-openembedded-1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-graphics/leptonica')
-rw-r--r--meta-oe/recipes-graphics/leptonica/leptonica_1.70.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/leptonica/leptonica_1.70.bb b/meta-oe/recipes-graphics/leptonica/leptonica_1.70.bb
new file mode 100644
index 000000000..e826e05bf
--- /dev/null
+++ b/meta-oe/recipes-graphics/leptonica/leptonica_1.70.bb
@@ -0,0 +1,14 @@
1DESCRIPTION = "A pedagogically-oriented open source site containing software that is broadly useful for image processing and image analysis applications"
2DEPENDS = "jpeg tiff libpng zlib giflib"
3LICENSE = "BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://leptonica-license.txt;md5=20cdd3af097ca431b82004c691f406a6"
5
6SRC_URI = "http://leptonica.com/source/leptonica-${PV}.tar.gz"
7SRC_URI[md5sum] = "5ac2a31cf5b4f0e8f5a853a5266c42ef"
8SRC_URI[sha256sum] = "d3d209a1f6d1f7a80119486b5011bc8c6627e582c927ab44ba33c37edb2cfba2"
9
10EXTRA_OECONF += " \
11 --without-libwebp \
12"
13
14inherit autotools pkgconfig