[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/squashfs-tools/squashfs-tools.desc [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] A compressed read-only filesystem for Linux [T] Squashfs is intended to be a general read-only filesystem, for archival [T] use (i.e. in cases where a .tar.gz file may be used), and in constrained [T] block device/memory systems (e.g. embedded systems) where low overhead is [T] needed. The filesystem is currently stable and has been tested on PowerPC, [T] i386, SPARC and ARM architectures. [U] https://squashfs.sourceforge.net/ [A] Phillip Lougher [M] Rene Rebe [C] base/system [F] CROSS [L] GPL [S] Stable [V] 4.7 [D] 863eacfd2fc896d16bb5d80b4b67c6e6a729bd8594747dc9998d71b9 squashfs-tools-4.7.tar.gz https://github.com/plougher/squashfs-tools/archive/4.7/ pkginstalled attr && var_append makeopt ' ' XATTR_SUPPORT=1 pkginstalled gzip || var_append makeopt ' ' GZ_SUPPORT=0 pkginstalled xz && var_append makeopt ' ' XZ_SUPPORT=1 pkginstalled lz4 && var_append makeopt ' ' LZ4_SUPPORT=1 pkginstalled lzo && var_append makeopt ' ' LZO_SUPPORT=1 pkginstalled zstd && var_append makeopt ' ' ZSTD_SUPPORT=1 var_insert GCC_WRAPPER_INSERT ' ' -fgnu89-inline makeinstopt= hook_add preconf 2 'cd squashfs-tools' hook_add postmake 5 "install {mk,un}squashfs $root$sbindir/"