wok-stable diff busybox/receipt @ rev 9274

Up: icu to 4.6.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Mar 15 19:21:56 2011 +0000 (2011-03-15)
parents 760fce6062c4
children 62789b566436
line diff
     1.1 --- a/busybox/receipt	Fri Mar 11 18:53:09 2011 +0100
     1.2 +++ b/busybox/receipt	Tue Mar 15 19:21:56 2011 +0000
     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  }