wok diff busybox/receipt @ rev 19597

Up: cURL (7.52.1)
author Alexander Medvedev <devl547@gmail.com>
date Sun Jan 01 17:49:15 2017 +0000 (2017-01-01)
parents eb9f71e0e68d
children e899d0ad6fde
line diff
     1.1 --- a/busybox/receipt	Sat Jul 23 10:12:39 2016 +0200
     1.2 +++ b/busybox/receipt	Sun Jan 01 17:49:15 2017 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="busybox"
     1.7 -VERSION="1.25.0"
     1.8 +VERSION="1.23.2"
     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 @@ -12,7 +12,7 @@
    1.13  HOST_ARCH="i486 arm"
    1.14  
    1.15  DEPENDS="slitaz-base-files glibc-base ncurses-common"
    1.16 -BUILD_DEPENDS="bzip2 pam pam-dev gettext-tools uclibc-cross-compiler-i486 \
    1.17 +BUILD_DEPENDS="bzip2 pam pam-dev uclibc-cross-compiler-i486 \
    1.18  musl-libc-dev dietlibc"
    1.19  
    1.20  CONFIG_FILES="/etc/dnsd.conf /etc/inetd.conf /etc/udhcpd.conf \
    1.21 @@ -45,13 +45,10 @@
    1.22  fbvnc.u
    1.23  cpio.u
    1.24  ftpd.u
    1.25 -scriptreplay.u
    1.26 +dpkgxz.u
    1.27  shutdown.u
    1.28  EOT
    1.29      cp $stuff/$PACKAGE-${VERSION%.*}.config .config
    1.30 -
    1.31 -    # Tmp hack: we may need to fix some slitaz scripts...
    1.32 -    sed -i 's/_and_raise_error\(."not in a function\)/\1/' shell/ash.c
    1.33  }
    1.34  
    1.35  # Rules to configure and make the package.
    1.36 @@ -139,7 +136,7 @@
    1.37  {
    1.38  	mkdir -p $install/usr/share/man/man1 $install/usr/share/doc/busybox
    1.39  	cp -a $src/_install/* $fs
    1.40 -	cp -a $src/docs/busybox.1 $install/usr/share/man/man1/busybox.1
    1.41 +	cp -a $src/docs/busybox.base.1 $install/usr/share/man/man1/busybox.1
    1.42  	cp -a $src/docs/*.txt $install/usr/share/doc/busybox
    1.43  	cp -a $src/docs/*.htm* $install/usr/share/doc/busybox
    1.44  	cp -a $src/docs/cgi $install/usr/share/doc/busybox
    1.45 @@ -165,7 +162,7 @@
    1.46  		grep -qi config_$i=y $stuff/$PACKAGE-${VERSION%.*}.config &&
    1.47  		ln -s daemon $fs/etc/init.d/$i
    1.48  	done
    1.49 -	rm $fs/linuxrc 2> /dev/null
    1.50 +	rm $fs/linuxrc
    1.51  	mkdir -p $fs/etc/modprobe.d
    1.52  
    1.53  	# Udhcpc stuff.