# HG changeset patch # User Christopher Rogers # Date 1319662058 0 # Node ID 5ef314adeb5c8f24921182d75311fff3276f9c3c # Parent c33d24ce38b8b9f7f8df8e4d0b0cceaaad601c45 Up: xz to 5.0.3. Don't use lzma script since it breaks xarchiver from reading .tar.lzma archives. diff -r c33d24ce38b8 -r 5ef314adeb5c liblzma-dev/receipt --- a/liblzma-dev/receipt Wed Oct 26 20:31:21 2011 +0000 +++ b/liblzma-dev/receipt Wed Oct 26 20:47:38 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="liblzma-dev" -VERSION="5.0.2" +VERSION="5.0.3" CATEGORY="development" SHORT_DESC="Compressor with a high compression ratio, development files." MAINTAINER="pascal.bellard@slitaz.org" diff -r c33d24ce38b8 -r 5ef314adeb5c liblzma/receipt --- a/liblzma/receipt Wed Oct 26 20:31:21 2011 +0000 +++ b/liblzma/receipt Wed Oct 26 20:47:38 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="liblzma" -VERSION="5.0.2" +VERSION="5.0.3" CATEGORY="misc" SHORT_DESC="Compressor library with a high compression ratio." MAINTAINER="pascal.bellard@slitaz.org" diff -r c33d24ce38b8 -r 5ef314adeb5c xz/receipt --- a/xz/receipt Wed Oct 26 20:31:21 2011 +0000 +++ b/xz/receipt Wed Oct 26 20:47:38 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xz" -VERSION="5.0.2" +VERSION="5.0.3" CATEGORY="base-system" SHORT_DESC="General-purpose data compressor with a high compression ratio." MAINTAINER="pascal.bellard@slitaz.org" @@ -26,27 +26,27 @@ { mkdir -p $fs/usr/bin cp -a $_pkg/usr/bin/xz $fs/usr/bin - cp $stuff/lzma $fs/usr/bin - ln -s lzma $fs/usr/bin/unlzma - ln -s lzma $fs/usr/bin/lzcat + #cp $stuff/lzma $fs/usr/bin + #ln -s lzma $fs/usr/bin/unlzma + #ln -s lzma $fs/usr/bin/lzcat } # Pre and post install commands for Tazpkg. # We must remove all Busybox symlink before installing. # -pre_install() -{ - local root - root=$1 - echo "Processing pre-install commands..." - echo -n "Removing all Busybox replaced utils... " - rm -f $root/usr/bin/unlzma - rm -f $root/usr/bin/lzcat - status -} +#pre_install() +#{ +# local root +# root=$1 +# echo "Processing pre-install commands..." +# echo -n "Removing all Busybox replaced utils... " +# rm -f $root/usr/bin/unlzma +# rm -f $root/usr/bin/lzcat +# status +#} -post_remove() -{ - ln -s /bin/busybox $1/usr/bin/unlzma - ln -s /bin/busybox $1/usr/bin/lzcat -} +#post_remove() +#{ +# ln -s /bin/busybox $1/usr/bin/unlzma +# ln -s /bin/busybox $1/usr/bin/lzcat +#}