# HG changeset patch # User Pascal Bellard # Date 1289830509 -3600 # Node ID da5c2026efa164ee34d5a527c306e5ef1e37128d # Parent 46ca179cb85b218f7470dbd3f819d4a18ba63866 busybox-static should be sync'ed with busybox diff -r 46ca179cb85b -r da5c2026efa1 busybox-static/receipt --- a/busybox-static/receipt Mon Nov 15 13:57:23 2010 +0100 +++ b/busybox-static/receipt Mon Nov 15 15:15:09 2010 +0100 @@ -6,48 +6,13 @@ SHORT_DESC="Busybox combines tiny versions of many common UNIX utilities." MAINTAINER="pascal.bellard@slitaz.org" DEPENDS="" -BUILD_DEPENDS="bzip2 uclibc-cross-compiler-i486" -SOURCE="busybox" -TARBALL="$SOURCE-$VERSION.tar.bz2" +WANTED="busybox" WEB_SITE="http://www.busybox.net/" -WGET_URL="http://www.busybox.net/downloads/$TARBALL" CONFIG_FILES="" -# Rules to configure and make the package. -compile_rules() -{ - cd $src - while read file; do - [ -f done.$file ] && continue - echo "Apply $file..." - patch -p1 < $WOK/$SOURCE/stuff/$SOURCE-$VERSION-$file || return 1 - touch done.$file - done <