wok-current diff busybox/receipt @ rev 282
Busybox: add df -i & hexdump -R
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 26 12:00:01 2008 +0000 (2008-02-26) |
parents | ad2f590c9c94 |
children | b19d783ba624 |
line diff
1.1 --- a/busybox/receipt Fri Dec 21 20:34:38 2007 +0100 1.2 +++ b/busybox/receipt Tue Feb 26 12:00:01 2008 +0000 1.3 @@ -6,6 +6,7 @@ 1.4 SHORT_DESC="Busybox combines tiny versions of many common UNIX utilities." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 DEPENDS="slitaz-base-files" 1.7 +BUILD_DEPENDS="bzip2" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 WEB_SITE="http://www.busybox.net/" 1.10 WGET_URL="http://www.busybox.net/downloads/$TARBALL" 1.11 @@ -13,6 +14,8 @@ 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 { 1.15 + patch -p0 < stuff/$PACKAGE-$VERSION-hexdump.u 1.16 + patch -p0 < stuff/$PACKAGE-$VERSION-df.u 1.17 cp stuff/$PACKAGE-$VERSION.config $PACKAGE-$VERSION/.config 1.18 cd $PACKAGE-$VERSION 1.19 make oldconfig