wok-6.x diff busybox/receipt @ rev 9248

Up busybox (1.18.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 13 09:36:17 2011 +0100 (2011-03-13)
parents 760fce6062c4
children 62789b566436
line diff
     1.1 --- a/busybox/receipt	Fri Mar 11 18:53:09 2011 +0100
     1.2 +++ b/busybox/receipt	Sun Mar 13 09:36:17 2011 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="busybox"
     1.7 -VERSION="1.18.3"
     1.8 +VERSION="1.18.4"
     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 @@ -21,7 +21,6 @@
    1.13      	patch -p1 < ../stuff/$PACKAGE-${VERSION%.*}-$file || return 1
    1.14  	touch done.$file
    1.15      done <<EOT
    1.16 -wget.u
    1.17  tar.u
    1.18  stat.u
    1.19  ris.u
    1.20 @@ -29,7 +28,6 @@
    1.21  printable.u
    1.22  cmdline.u
    1.23  conspy.u
    1.24 -cksum.u
    1.25  EOT
    1.26      cp ../stuff/$PACKAGE-${VERSION%.*}.config .config
    1.27  }