wok-next rev 21455

updated squashfs (4.3 -> 4.4)
author Hans-G?nter Theisgen
date Thu May 07 14:00:17 2020 +0100 (2020-05-07)
parents d4d12eb6bc27
children a29cbdbef237
files squashfs/receipt
line diff
     1.1 --- a/squashfs/receipt	Thu May 07 13:35:07 2020 +0100
     1.2 +++ b/squashfs/receipt	Thu May 07 14:00:17 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="squashfs"
     1.7 -VERSION="4.3"
     1.8 +VERSION="4.4"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="Linux squashfs userland tools"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -11,21 +11,24 @@
    1.13  TARBALL="squashfs$VERSION.tar.gz"
    1.14  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.15  
    1.16 -BUILD_DEPENDS="zlib-dev attr-dev xz-dev lzo-dev lz4-dev"
    1.17 +BUILD_DEPENDS="attr-dev lzo-dev lz4-dev xz-dev zlib-dev"
    1.18  
    1.19 -compile_rules() {
    1.20 +compile_rules()
    1.21 +{
    1.22  	cd $src/squashfs-tools
    1.23 -	for i in XZ LZMA_XZ LZO LZ4; do
    1.24 +	for i in XZ LZMA_XZ LZO LZ4
    1.25 +	  do
    1.26  		sed -i "s|^#\\(${i}_SUPPORT = 1\\)|\\1|g" Makefile
    1.27 -	done
    1.28 +	  done
    1.29  
    1.30  	make || return 1
    1.31  
    1.32 -	install -Dm755 mksquashfs $install/usr/sbin/mksquashfs
    1.33 -	install -Dm755 unsquashfs $install/sbin/unsquashfs
    1.34 +	install -Dm755 mksquashfs	$install/usr/sbin/mksquashfs
    1.35 +	install -Dm755 unsquashfs	$install/sbin/unsquashfs
    1.36  }
    1.37  
    1.38 -genpkg_rules() {
    1.39 +genpkg_rules()
    1.40 +{
    1.41  	copy @std
    1.42 -	DEPENDS="zlib liblzma linux-squashfs lzo lz4-lib"
    1.43 +	DEPENDS="liblzma linux-squashfs lzo lz4-lib zlib"
    1.44  }