ffd8ffd02f
Remove upstream patches and CVE tags.
Switch the dependency to python3 added by [1].
Update indentation of hash file (two spaces).
[1] a144bec8d0
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
18 lines
562 B
Makefile
18 lines
562 B
Makefile
################################################################################
|
|
#
|
|
# zziplib
|
|
#
|
|
################################################################################
|
|
|
|
ZZIPLIB_VERSION = 0.13.71
|
|
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-python3 zlib
|
|
|
|
ZZIPLIB_CONF_OPTS = ac_cv_path_PYTHON=$(HOST_DIR)/bin/python3
|
|
|
|
$(eval $(autotools-package))
|