aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jpeg/jbig2dec_0.11.bb
blob: 25056dc7fa8714534ac5511b5285253c010940cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "Decoder implementation of the JBIG2 image compression format"
HOMEPAGE = "http://jbig2dec.sourceforge.net/"
SECTION = "libs"
LICENSE = "GPL"
BBCLASSEXTEND = "native"
PR = "r0"

SRC_URI = "${SOURCEFORGE_MIRROR}/jbig2dec/${BPN}-${PV}.tar.gz"

inherit autotools

PACKAGES =+ "jbig2dec-tools "
FILES_jbig2dec-tools = "${bindir}/*"

SRC_URI[md5sum] = "1f61e144852c86563fee6e5ddced63f1"
SRC_URI[sha256sum] = "7e2d8330b36f2765da22043d174827bee0f30db8d78c330904f363275c7dd0b9"