wok diff busybox/receipt @ rev 17518

Up busybox (1.23.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jan 16 14:47:47 2015 +0100 (2015-01-16)
parents f12aae0b9697
children dfa8d15648ab
line diff
     1.1 --- a/busybox/receipt	Mon Dec 01 10:38:15 2014 +0100
     1.2 +++ b/busybox/receipt	Fri Jan 16 14:47:47 2015 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="busybox"
     1.7 -VERSION="1.22.1"
     1.8 +VERSION="1.23.0"
     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 @@ -27,7 +27,6 @@
    1.13  # Busybox patches
    1.14  apply_bb_patchs()
    1.15  {
    1.16 -    cd $src
    1.17      while read file; do
    1.18      	[ -f done.$file ] && continue
    1.19      	echo "Apply $file..."
    1.20 @@ -43,9 +42,10 @@
    1.21  diff.u
    1.22  diet.u
    1.23  losetup.u
    1.24 -fatattr.u
    1.25  fbvnc.u
    1.26  cpio.u
    1.27 +ftpd.u
    1.28 +dpkgxz.u
    1.29  EOT
    1.30      cp $stuff/$PACKAGE-${VERSION%.*}.config .config
    1.31  }