CVS: moonbase/libs/dietlibc BUILD,NONE,1.1 DETAILS,NONE,1.1

Terry Chan tchan at lunar-linux.org
Thu Aug 21 01:50:01 GMT 2003


Update of /var/cvs/lunar/moonbase/libs/dietlibc
In directory dbguin.lunar-linux.org:/tmp/cvs-serv13412

Added Files:
	BUILD DETAILS 
Log Message:
Added dietlibc to the moonbase.  This module is highly specialized and there
didn't really seem to be a need for it, but I had it laying around for a
long time and csm was asking about it.


--- NEW FILE: BUILD ---
(
   sedit "s:prefix?=/opt/diet:prefix=/opt/lunar/diet:" Makefile &&
   make  &&
   cp $SOURCE_DIRECTORY/bin-i386/diet /usr/bin/diet &&
   make install &&
   cp /opt/lunar/diet/man/man1/diet.1 /usr/share/man/man1
   
) > $C_FIFO 2>&1

--- NEW FILE: DETAILS ---
          MODULE=dietlibc
         VERSION=0.22
          SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
   SOURCE_URL[0]=http://www.kernel.org/pub/linux/libs/$MODULE/$SOURCE
   SOURCE_URL[1]=http://www.fefe.de/dietlibc/$SOURCE
        WEB_SITE=http://www.fefe.de/dietlibc/
         ENTERED=20021224
         UPDATED=20030218
           SHORT="dietlibc is a libc optimized for small size."
           PSAFE="no"
     GCCWRAPPERS="off"    
     KEEP_SOURCE="on"
cat << EOF
The diet libc is a libc that is optimized for small size.  It can be used to
create small statically linked binaries for Linux on alpha, arm, hppa, ia64,
i386, mips, s390, sparc, sparc64, ppc, and x86_64.
EOF




More information about the Lunar-commits mailing list