fa4ee4dc0a
To support transparent (de)compression in iso9660, we need mkzftree, which comes from zisofs_tools, biundled with cdrkit. However, cdrkit is a cmake package, but zisofs_tools is an autotools package, so we need a separate package just to get mkzftree, but it is pretty lightweight. We just need the host variant for now,so we just add that. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> [Thomas: add entry to DEVELOPERS file, rename to zisofs-tools.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 lines
590 B
Makefile
16 lines
590 B
Makefile
################################################################################
|
|
#
|
|
# zisofs-tools
|
|
#
|
|
################################################################################
|
|
|
|
ZISOFS_TOOLS_VERSION = 1.1.11
|
|
ZISOFS_TOOLS_SOURCE = cdrkit_$(ZISOFS_TOOLS_VERSION).orig.tar.gz
|
|
ZISOFS_TOOLS_SITE = http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/c/cdrkit
|
|
ZISOFS_TOOLS_LICENSE = GPL-2.0+
|
|
ZISOFS_TOOLS_LICENSE_FILES = 3rd-party/zisofs_tools/COPYING
|
|
ZISOFS_TOOLS_SUBDIR = 3rd-party/zisofs_tools
|
|
HOST_ZISOFS_TOOLS_DEPENDENCIES = host-zlib
|
|
|
|
$(eval $(host-autotools-package))
|