wok-stable diff xz/receipt @ rev 11346
Up: libpng to 1.2.46. Downgrade from 1.4.8. Don't updated in less chroot does auto updates otherwise there will be no point.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Nov 27 16:31:29 2011 +0000 (2011-11-27) |
parents | b3a7c42da734 |
children |
line diff
1.1 --- a/xz/receipt Fri May 20 03:41:53 2011 +0000 1.2 +++ b/xz/receipt Sun Nov 27 16:31:29 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xz" 1.7 -VERSION="5.0.2" 1.8 +VERSION="5.0.3" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="General-purpose data compressor with a high compression ratio." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -26,27 +26,27 @@ 1.13 { 1.14 mkdir -p $fs/usr/bin 1.15 cp -a $_pkg/usr/bin/xz $fs/usr/bin 1.16 - cp $stuff/lzma $fs/usr/bin 1.17 - ln -s lzma $fs/usr/bin/unlzma 1.18 - ln -s lzma $fs/usr/bin/lzcat 1.19 + #cp $stuff/lzma $fs/usr/bin 1.20 + #ln -s lzma $fs/usr/bin/unlzma 1.21 + #ln -s lzma $fs/usr/bin/lzcat 1.22 } 1.23 1.24 # Pre and post install commands for Tazpkg. 1.25 # We must remove all Busybox symlink before installing. 1.26 # 1.27 -pre_install() 1.28 -{ 1.29 - local root 1.30 - root=$1 1.31 - echo "Processing pre-install commands..." 1.32 - echo -n "Removing all Busybox replaced utils... " 1.33 - rm -f $root/usr/bin/unlzma 1.34 - rm -f $root/usr/bin/lzcat 1.35 - status 1.36 -} 1.37 +#pre_install() 1.38 +#{ 1.39 +# local root 1.40 +# root=$1 1.41 +# echo "Processing pre-install commands..." 1.42 +# echo -n "Removing all Busybox replaced utils... " 1.43 +# rm -f $root/usr/bin/unlzma 1.44 +# rm -f $root/usr/bin/lzcat 1.45 +# status 1.46 +#} 1.47 1.48 -post_remove() 1.49 -{ 1.50 - ln -s /bin/busybox $1/usr/bin/unlzma 1.51 - ln -s /bin/busybox $1/usr/bin/lzcat 1.52 -} 1.53 +#post_remove() 1.54 +#{ 1.55 +# ln -s /bin/busybox $1/usr/bin/unlzma 1.56 +# ln -s /bin/busybox $1/usr/bin/lzcat 1.57 +#}