wok rev 11129

Up: xz to 5.0.3. Don't use lzma script since it breaks xarchiver from reading .tar.lzma archives.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Oct 26 20:47:38 2011 +0000 (2011-10-26)
parents c33d24ce38b8
children aec4d53d6181
files liblzma-dev/receipt liblzma/receipt xz/receipt
line diff
     1.1 --- a/liblzma-dev/receipt	Wed Oct 26 20:31:21 2011 +0000
     1.2 +++ b/liblzma-dev/receipt	Wed Oct 26 20:47:38 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="liblzma-dev"
     1.7 -VERSION="5.0.2"
     1.8 +VERSION="5.0.3"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Compressor with a high compression ratio, development files."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
     2.1 --- a/liblzma/receipt	Wed Oct 26 20:31:21 2011 +0000
     2.2 +++ b/liblzma/receipt	Wed Oct 26 20:47:38 2011 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="liblzma"
     2.7 -VERSION="5.0.2"
     2.8 +VERSION="5.0.3"
     2.9  CATEGORY="misc"
    2.10  SHORT_DESC="Compressor library with a high compression ratio."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
     3.1 --- a/xz/receipt	Wed Oct 26 20:31:21 2011 +0000
     3.2 +++ b/xz/receipt	Wed Oct 26 20:47:38 2011 +0000
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="xz"
     3.7 -VERSION="5.0.2"
     3.8 +VERSION="5.0.3"
     3.9  CATEGORY="base-system"
    3.10  SHORT_DESC="General-purpose data compressor with a high compression ratio."
    3.11  MAINTAINER="pascal.bellard@slitaz.org"
    3.12 @@ -26,27 +26,27 @@
    3.13  {
    3.14  	mkdir -p $fs/usr/bin
    3.15  	cp -a $_pkg/usr/bin/xz $fs/usr/bin
    3.16 -	cp $stuff/lzma $fs/usr/bin
    3.17 -	ln -s lzma $fs/usr/bin/unlzma
    3.18 -	ln -s lzma $fs/usr/bin/lzcat
    3.19 +	#cp $stuff/lzma $fs/usr/bin
    3.20 +	#ln -s lzma $fs/usr/bin/unlzma
    3.21 +	#ln -s lzma $fs/usr/bin/lzcat
    3.22  }
    3.23  
    3.24  # Pre and post install commands for Tazpkg.
    3.25  # We must remove all Busybox symlink before installing.
    3.26  #
    3.27 -pre_install()
    3.28 -{
    3.29 -	local root
    3.30 -	root=$1
    3.31 -	echo "Processing pre-install commands..."
    3.32 -	echo -n "Removing all Busybox replaced utils... "
    3.33 -	rm -f $root/usr/bin/unlzma
    3.34 -	rm -f $root/usr/bin/lzcat
    3.35 -	status
    3.36 -}
    3.37 +#pre_install()
    3.38 +#{
    3.39 +#	local root
    3.40 +#	root=$1
    3.41 +#	echo "Processing pre-install commands..."
    3.42 +#	echo -n "Removing all Busybox replaced utils... "
    3.43 +#	rm -f $root/usr/bin/unlzma
    3.44 +#	rm -f $root/usr/bin/lzcat
    3.45 +#	status
    3.46 +#}
    3.47  
    3.48 -post_remove()
    3.49 -{
    3.50 -	ln -s /bin/busybox $1/usr/bin/unlzma
    3.51 -	ln -s /bin/busybox $1/usr/bin/lzcat
    3.52 -}
    3.53 +#post_remove()
    3.54 +#{
    3.55 +#	ln -s /bin/busybox $1/usr/bin/unlzma
    3.56 +#	ln -s /bin/busybox $1/usr/bin/lzcat
    3.57 +#}