c421e718fa
In order for the zziplib version to match what is given by release-monitoring.org, the 'v' prefix should be encoded in ZZIPLIB_SITE and not ZZIPLIB_VERSION. Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
19 lines
628 B
Makefile
19 lines
628 B
Makefile
################################################################################
|
|
#
|
|
# zziplib
|
|
#
|
|
################################################################################
|
|
|
|
ZZIPLIB_VERSION = 0.13.69
|
|
ZZIPLIB_SITE = $(call github,gdraheim,zziplib,v$(ZZIPLIB_VERSION))
|
|
ZZIPLIB_LICENSE = LGPL-2.0+ or MPL-1.1
|
|
ZZIPLIB_LICENSE_FILES = docs/COPYING.LIB docs/COPYING.MPL docs/copying.htm
|
|
ZZIPLIB_INSTALL_STAGING = YES
|
|
|
|
ZZIPLIB_DEPENDENCIES = host-pkgconf host-python zlib
|
|
|
|
# zziplib is not python3 friendly, so force the python interpreter
|
|
ZZIPLIB_CONF_OPTS = ac_cv_path_PYTHON=$(HOST_DIR)/bin/python2
|
|
|
|
$(eval $(autotools-package))
|