wok-4.x diff busybox/receipt @ rev 1299
Up busybox (1.12.0) with built in module-init-tools
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 21 20:11:27 2008 +0000 (2008-08-21) |
parents | cbb14556d72b |
children | a4138e62dd41 |
line diff
1.1 --- a/busybox/receipt Thu Aug 07 12:08:35 2008 +0000 1.2 +++ b/busybox/receipt Thu Aug 21 20:11:27 2008 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="busybox" 1.7 -VERSION="1.10.3" 1.8 +VERSION="1.12.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 @@ -17,21 +17,16 @@ 1.13 { 1.14 cd $src 1.15 while read file; do 1.16 + echo "Apply $file..." 1.17 patch -p1 < ../stuff/$file || return 1 1.18 done <<EOT 1.19 -$PACKAGE-$VERSION-patch.u 1.20 $PACKAGE-$VERSION-vcsa2txt.u 1.21 -$PACKAGE-$VERSION-cpio.u 1.22 $PACKAGE-$VERSION-dhcpc.u 1.23 $PACKAGE-$VERSION-cpio-mkdir.u 1.24 -$PACKAGE-$VERSION-cpio-mtime.u 1.25 -$PACKAGE-$VERSION-unlzma.u 1.26 -$PACKAGE-$VERSION-tftp.u 1.27 $PACKAGE-$VERSION-tar.u 1.28 -$PACKAGE-$VERSION-script.u 1.29 -$PACKAGE-$VERSION-header_tar.u 1.30 $PACKAGE-$VERSION-stat.u 1.31 -$PACKAGE-$VERSION-syslogd.u 1.32 +$PACKAGE-$VERSION-zmodules.u 1.33 +$PACKAGE-$VERSION-modinfo.u 1.34 EOT 1.35 cp ../stuff/$PACKAGE-$VERSION.config .config 1.36 make oldconfig 1.37 @@ -60,6 +55,7 @@ 1.38 rm linuxrc 1.39 ln -s bin/busybox init 1.40 cd $WOK/$PACKAGE 1.41 + mkdir -p $fs/etc/modprobe.d 1.42 # Udhcpc stuff. 1.43 mkdir -p $fs/usr/share/udhcpc 1.44 cp $src/examples/udhcp/simple.script \