Update squashfs-tools to 4.5.1

This commit is contained in:
Victor Tebar
2022-07-29 16:11:47 +02:00
parent 4940ba087b
commit 4bf2574f18
3 changed files with 7 additions and 8 deletions

View File

@@ -1,2 +1 @@
fab3174a113a14c3aae0b59842931642 squashfs-tools-4.5-symlink_install.patch
77c4e52decd83f05f11747cb9b29c1e7 squashfs4.5.tar.gz
399513f5dbfbf2ceec52db0b1b30f648 squashfs4.5.1.tar.gz

View File

@@ -1,5 +1,7 @@
squashfs-tools-4.5-1
squashfs-tools-4.5.1-1
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/mksquashfs
lrwxrwxrwx root/root usr/bin/sqfscat -> unsquashfs
lrwxrwxrwx root/root usr/bin/sqfstar -> mksquashfs
-rwxr-xr-x root/root usr/bin/unsquashfs

View File

@@ -2,14 +2,12 @@
# depends : zlib lzo xz lz4 zstd
name=squashfs-tools
version=4.5
version=4.5.1
release=1
source="https://downloads.sourceforge.net/squashfs/squashfs$version.tar.gz
squashfs-tools-$version-symlink_install.patch"
source="https://downloads.sourceforge.net/squashfs/squashfs$version.tar.gz"
build() {
cd $name-$version
patch -Np1 -i ../squashfs-tools-$version-symlink_install.patch
cd squashfs$version
make -C $name XZ_SUPPORT=1 LZO_SUPPORT=1 LZMA_XZ_SUPPORT=1 LZ4_SUPPORT=1 ZSTD_SUPPORT=1
make -C $name install INSTALL_DIR="$PKG/usr/bin"
}