wok diff busybox/receipt @ rev 7276

busybox-static should be sync'ed with busybox
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 15 15:15:09 2010 +0100 (2010-11-15)
parents ca2a832193d8
children 1a1bfecb4881
line diff
     1.1 --- a/busybox/receipt	Mon Nov 15 13:54:23 2010 +0100
     1.2 +++ b/busybox/receipt	Mon Nov 15 15:15:09 2010 +0100
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="Busybox combines tiny versions of many common UNIX utilities."
     1.5  MAINTAINER="pascal.bellard@slitaz.org"
     1.6  DEPENDS="slitaz-base-files glibc-base"
     1.7 -BUILD_DEPENDS="bzip2 pam pam-dev"
     1.8 +BUILD_DEPENDS="bzip2 pam pam-dev uclibc-cross-compiler-i486"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://www.busybox.net/"
    1.11  WGET_URL="http://www.busybox.net/downloads/$TARBALL"
    1.12 @@ -53,6 +53,11 @@
    1.13      fi
    1.14      mv busybox busybox-pam
    1.15      chmod 4755 busybox-pam
    1.16 +    cp ../stuff/$PACKAGE-$VERSION.config-static .config
    1.17 +    make oldconfig
    1.18 +    make -j 4
    1.19 +    mv busybox busybox-static
    1.20 +    chmod 4755 busybox-static
    1.21  }
    1.22  
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.