[Lunar-commits]
CVS: crater/shells/busybox BUILD, NONE, 1.1 DETAILS,
NONE, 1.1 PRE_BUILD, NONE, 1.1
Terry Chan
tchan at lunar-linux.org
Thu Feb 26 02:42:16 GMT 2004
Update of /var/cvs/lunar/crater/shells/busybox
In directory dbguin.lunar-linux.org:/tmp/cvs-serv5214
Added Files:
BUILD DETAILS PRE_BUILD
Log Message:
Laying the ground work for the upcoming busybox full 1.0 release.
--- NEW FILE: BUILD ---
(
make dep &&
make &&
prepare_install &&
cp busybox /bin &&
cp docs/BusyBox.1 /usr/share/man/man1/busybox.1
) > $C_FIFO 2>&1
# cat busybox.links |
# while read LINKNAME; do
# (chroot $TARGET_DIR/ /bin/busybox ln -s /bin/busybox $LINKNAME 2>/dev/null)
# done
#
# true
--- NEW FILE: DETAILS ---
MODULE=busybox
VERSION=1.00-pre8
#VERSION=0.60.5
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE2=$MODULE-$VERSION-config
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=http://www.busybox.net/downloads/$SOURCE
SOURCE2_URL[0]=$PATCH_URL/$SOURCE2
SHORT="The Swiss Army Knife of Embedded Linux."
WEB_SITE=http://www.busybox.net
MAINTAINER=tchan at lunar-linux.org
ENTERED=20011020
UPDATED=20040224
cat << EOF
BusyBox combines tiny versions of many common UNIX utilities into a single
small executable. It provides replacements for most of the utilities you
usually find in GNU fileutils, shellutils, etc. The utilities in BusyBox
generally have fewer options than their full-featured GNU cousins; however,
the options that are included provide the expected functionality and behave
very much like their GNU counterparts. BusyBox provides a fairly complete
environment for any small or embedded system.
EOF
--- NEW FILE: PRE_BUILD ---
default_pre_build
cp $SOURCE_CACHE/$SOURCE2 $SOURCE_DIRECTORY/.config
More information about the Lunar-commits
mailing list