2b96966b64
cpe:2.3🅰️artifex:jbig2dec is a valid CPE identifier for this package: https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Aartifex%3Ajbig2dec Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
18 lines
537 B
Makefile
18 lines
537 B
Makefile
################################################################################
|
|
#
|
|
# jbig2dec
|
|
#
|
|
################################################################################
|
|
|
|
JBIG2DEC_VERSION = 0.19
|
|
JBIG2DEC_SITE = \
|
|
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9530
|
|
JBIG2DEC_LICENSE = AGPL-3.0+
|
|
JBIG2DEC_LICENSE_FILES = LICENSE
|
|
JBIG2DEC_CPE_ID_VENDOR = artifex
|
|
JBIG2DEC_INSTALL_STAGING = YES
|
|
# tarball is missing install-sh, install.sh, or shtool
|
|
JBIG2DEC_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|