mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
Update squashfs-tools to 4.5.1
This commit is contained in:
@@ -1,2 +1 @@
|
||||
fab3174a113a14c3aae0b59842931642 squashfs-tools-4.5-symlink_install.patch
|
||||
77c4e52decd83f05f11747cb9b29c1e7 squashfs4.5.tar.gz
|
||||
399513f5dbfbf2ceec52db0b1b30f648 squashfs4.5.1.tar.gz
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user