wok diff busybox/receipt @ rev 7755

Up busybox (1.18.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 21 15:38:35 2010 +0100 (2010-12-21)
parents 89061517e475
children 2d9b0329c00a
line diff
     1.1 --- a/busybox/receipt	Mon Nov 29 16:23:32 2010 +0100
     1.2 +++ b/busybox/receipt	Tue Dec 21 15:38:35 2010 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="busybox"
     1.7 -VERSION="1.17.4"
     1.8 +VERSION="1.18.1"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="Busybox combines tiny versions of many common UNIX utilities."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -22,13 +22,10 @@
    1.13      	patch -p1 < ../stuff/$PACKAGE-$VERSION-$file || return 1
    1.14  	touch done.$file
    1.15      done <<EOT
    1.16 -cpio-mkdir.u
    1.17  tar.u
    1.18  stat.u
    1.19  ris.u
    1.20 -depmod.u
    1.21  zmodules.u
    1.22 -usage.u
    1.23  printable.u
    1.24  cmdline.u
    1.25  EOT
    1.26 @@ -41,8 +38,6 @@
    1.27      else
    1.28  	make -j 4 && make install
    1.29      fi
    1.30 -    echo "Chmod 4755 on busybox binary..."
    1.31 -    chmod 4755 _install/bin/busybox
    1.32      sed -i 's/# CONFIG_PAM is not set/CONFIG_PAM=y/' .config
    1.33      make oldconfig
    1.34      if [ "$(gcc --version | awk '{ print $3; exit }')" == "4.5.0" ]; then
    1.35 @@ -53,18 +48,17 @@
    1.36  	make -j 4
    1.37      fi
    1.38      mv busybox busybox-pam
    1.39 -    chmod 4755 busybox-pam
    1.40      cp ../stuff/$PACKAGE-$VERSION.config-static .config
    1.41      make oldconfig
    1.42      make -j 4
    1.43      mv busybox busybox-static
    1.44 -    chmod 4755 busybox-static
    1.45  }
    1.46  
    1.47  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.48  genpkg_rules()
    1.49  {
    1.50      cp -a $src/_install/* $fs
    1.51 +    rm -f $fs/bin/bbconfig $fs/usr/bin/ar
    1.52      mkdir -p $fs/etc/init.d
    1.53      # Busybox config files.
    1.54      cp stuff/busybox.conf $fs/etc