Hi

> Has anyone built any packages agianst the LBE? Is there any documentation=
>  on=20
> how to do it?

Lots! and easy!

Download and build lbe

Choose a simple package (I think I used popt) and clone the directory (say
you call it 'mine')
cd mine, and taylor package.def to your files
Add mine to package.list

Now cleanup and start from scratch
    build_all --clean

and build
    build_all

(Once you have spent 6 hours, you can see where/how to skip steps to make
the build quicker, still do the whole thing as a final step)

eg for me: ltsp-src/package.list
-------------------------------------------------------------------------------
...
posd
-------------------------------------------------------------------------------


ltsp-src/posd/package.def
-------------------------------------------------------------------------------
#
# package.def file for building a package in the the LTSP build environment
#
# Copyright (c) 2003 by James A. McQuillan (McQuillan Systems, LLC)
#
# This software is licensed under the Gnu General Public License.
# The full text of which can be found at http://www.LTSP.org/license.txt
#

PKG1       = posd-1.0.tar.bz2
MD5SUM1    = 44e9fe5aa8957b4461037d08fd489dca

SOURCE1    = http://stm.com.au/ltsp/${PKG1}

UNPACK1    = bunzip2 < ${TARBALL} | tar xf -

BUILDDIR   = posd-1.0

BUILD      = make CC="gcc" -j ${CPUS}

INSTALL    = cp posd ${LTSP_ROOT}/sbin
                
CLEAN      = rm -rf  ${BUILDDIR}

-------------------------------------------------------------------------------
James


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to