1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-04-30 05:31:18 +01:00
Files
operating-system/buildroot/package/qpdf/qpdf.mk
2018-03-17 23:47:00 +00:00

17 lines
463 B
Makefile

################################################################################
#
# qpdf
#
################################################################################
QPDF_VERSION = 7.0.0
QPDF_SITE = http://downloads.sourceforge.net/project/qpdf/qpdf/$(QPDF_VERSION)
QPDF_INSTALL_STAGING = YES
QPDF_LICENSE = Artistic-2.0
QPDF_LICENSE_FILES = Artistic-2.0
QPDF_DEPENDENCIES = pcre zlib jpeg
QPDF_CONF_OPTS = --without-random
$(eval $(autotools-package))