PLDWWW: DevelopingPLD/BuilderScript

PatrykZawadzki PatrykZawadzki at pld-linux.org
Thu Dec 22 17:32:05 CET 2005


Author: PatrykZawadzki   Date: Thu Dec 22 16:32:05 2005 GMT
Module: PLDWWW   URL: http://pld-linux.org/DevelopingPLD/BuilderScript
---- Log message:


---- Page affected: DevelopingPLD/BuilderScript

---- Diffs:

================================================================
    * {{{-5}}} to update MD5 hashes using locally fetched sources
    * {{{--with FEATURE}}} or {{{--without FEATURE}}} to do a non-standard build (available features are listed at the beginning of the building process)
  
- {{{builder}}} automatically fetches all files needed to build the given package (if file license permits, otherwise you will need to manually download and save remaining files to your ''~/rpm/SOURCES'' directory).
+ {{{builder}}} automatically fetches all files (including the {{{spec}}} file itself) needed to build the given package (if file license permits, otherwise you will need to manually download and save remaining files to your ''~/rpm/SOURCES'' directory). After all file requirements are satisfied, {{{builder}}} launches the {{{rpmbuild}}} binary that initializes the build process. {{{rpmbuild}}} starts by checking for unsatisfied package dependencies needed to perform a successful build. If it finds any, {{{builder}}} will exit giving you a full list of needed packages. You can use {{{poldek}}} to download and install these.
  
  After the build process is complete, all binary RPM files are immediately available in your ''~/rpm/RPMS'' directory and source RPM packages (if any) are saved to ''~/rpm/SRPMS''.
  


More information about the pld-cvs-commit mailing list