CVS: crater/ltsp/busybox-ltsp BUILD,NONE,1.1 DETAILS,NONE,1.1

nhudson at lunar-linux.org nhudson at lunar-linux.org
Sat Oct 4 16:06:45 GMT 2003


Update of /var/cvs/lunar/crater/ltsp/busybox-ltsp
In directory dbguin.lunar-linux.org:/tmp/cvs-serv7534/busybox-ltsp

Added Files:
	BUILD DETAILS 
Log Message:

Adding busybox-ltsp to the list of ltsp modules


--- NEW FILE: BUILD ---
(
  LTSP_INSTALL=/opt/lunar/ltsp

  patch_it $SOURCE_CACHE/$SOURCE2 1 &&

  sedit "s/DOLFS = false/DOLFS = true/" Makefile

  #This does not build with uClibc so we have to use the system gcc
  make CFLAGS_EXTRA="$CFLAGS"  || exit 1

  prepare_install &&
  make PREFIX=$LTSP_INSTALL install
) > $C_FIFO 2>&1


--- NEW FILE: DETAILS ---
          MODULE=busybox-ltsp
             MOD=busybox
         VERSION=0.60.5
          SOURCE=$MOD-$VERSION.tar.bz2
         SOURCE2=$MODULE-config.patch
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD-$VERSION
   SOURCE_URL[0]=http://www.busybox.net/downloads/$SOURCE
  SOURCE2_URL[0]=$PATCH_URL/$SOURCE2 
           SHORT="busybox is a time statically linked rescue shell."
        WEB_SITE=http://www.busybox.net
         ENTERED=20031004
         UPDATED=20031004
cat << EOF

BusyBox combines tiny versions of many common UNIX utilities into a
single small executable. It provides minimalist 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 POSIX environment for
any small or embedded system.

EOF




More information about the Lunar-commits mailing list