OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-doc Date: 10-Aug-2005 15:13:42 Branch: HEAD Handle: 2005081014134200 Modified files: openpkg-doc/quickref openpkg.txt Log: mention openpkg-tools in quickref Summary: Revision Changes Path 1.26 +21 -0 openpkg-doc/quickref/openpkg.txt ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-doc/quickref/openpkg.txt ============================================================================ $ cvs diff -u -r1.25 -r1.26 openpkg.txt --- openpkg-doc/quickref/openpkg.txt 25 Feb 2004 09:23:57 -0000 1.25 +++ openpkg-doc/quickref/openpkg.txt 10 Aug 2005 13:13:42 -0000 1.26 @@ -210,3 +210,24 @@ # exit $ _ + o Automating package building and installation with dependencies + + Use the "openpkg build" mechanism in openpkg-tools. To install the + tools including their requirements of make, binutils and gcc, run + + $ su - + # openpkg install openpkg-tools + + To create a shell script of commands to build and install a certain + package including it's dependencies, run + + $ su - + # openpkg build foo | sh + + Update all packages in dependency order + + $ su - + # openpkg build -Ua | sh + + Explore the power of this tool by running "openpkg man build" + @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org