2019-09-13 13:24:13 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# jbig2dec
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2020-09-15 19:43:47 +02:00
|
|
|
JBIG2DEC_VERSION = 0.19
|
|
|
|
JBIG2DEC_SITE = \
|
|
|
|
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9530
|
2019-09-13 13:24:13 +02:00
|
|
|
JBIG2DEC_LICENSE = AGPL-3.0+
|
|
|
|
JBIG2DEC_LICENSE_FILES = LICENSE
|
2021-03-01 18:48:40 +01:00
|
|
|
JBIG2DEC_CPE_ID_VENDOR = artifex
|
2019-09-13 13:24:13 +02:00
|
|
|
JBIG2DEC_INSTALL_STAGING = YES
|
2020-05-01 14:05:07 +02:00
|
|
|
# tarball is missing install-sh, install.sh, or shtool
|
|
|
|
JBIG2DEC_AUTORECONF = YES
|
2019-09-13 13:24:13 +02:00
|
|
|
|
|
|
|
$(eval $(autotools-package))
|