jbig2dec.mk 504 B

12345678910111213141516
  1. ################################################################################
  2. #
  3. # jbig2dec
  4. #
  5. ################################################################################
  6. JBIG2DEC_VERSION = 0.19
  7. JBIG2DEC_SITE = \
  8. https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9530
  9. JBIG2DEC_LICENSE = AGPL-3.0+
  10. JBIG2DEC_LICENSE_FILES = LICENSE
  11. JBIG2DEC_INSTALL_STAGING = YES
  12. # tarball is missing install-sh, install.sh, or shtool
  13. JBIG2DEC_AUTORECONF = YES
  14. $(eval $(autotools-package))