[package] name = "squashfs-tools" version = "4.6.1" description = "Tools for squashfs filesystems" url = "https://github.com/plougher/squashfs-tools" license = "GPL-2.0" [source] url = "https://github.com/plougher/squashfs-tools/archive/${version}/squashfs-tools-${version}.tar.gz" sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" [dependencies] run = ["glibc", "zlib", "zstd", "xz", "lz4"] build = ["gcc", "make"] [build] system = "custom" configure = """""" make = """make -C squashfs-tools ZSTD_SUPPORT=1 XZ_SUPPORT=1 LZ4_SUPPORT=1""" install = """make -C squashfs-tools INSTALL_DIR=${PKG}/usr/bin install"""