Changes between Version 22 and Version 23 of Obsolete/MovedToTree/PackageManagement/BuildingPackages
- Timestamp:
- Aug 27, 2013, 5:29:20 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Obsolete/MovedToTree/PackageManagement/BuildingPackages
v22 v23 123 123 == Building a Package with "haikuporter" == 124 124 125 `haikuporter` is a high level tool for building packages. As input it reads a build recipe file for a certain version of a software (aka port) and produces one or more packages, as declared in the recipe. A recipe specifies package requirements similar to how it is done in a `.PackageInfo` file. When asked to build a port, `haikuporter` resolves the respective dependencies and recursively builds all not-yet-built ports required for the requested port. `haikuporter` itself and a large library of recipe files are hosted at [http:// ports.haiku-files.org/ HaikuPorts]. A detailed [http://ports.haiku-files.org/wiki/HaikuPorterForPM documentation for haikuporter] and the [http://ports.haiku-files.org/wiki/HaikuPorterForPM/BuildRecipes recipe format] can also be found there.125 `haikuporter` is a high level tool for building packages. As input it reads a build recipe file for a certain version of a software (aka port) and produces one or more packages, as declared in the recipe. A recipe specifies package requirements similar to how it is done in a `.PackageInfo` file. When asked to build a port, `haikuporter` resolves the respective dependencies and recursively builds all not-yet-built ports required for the requested port. `haikuporter` itself and a large library of recipe files are hosted at [http://haikuports.org/ HaikuPorts]. A detailed [http://bb.haikuports.org/haikuports/wiki/HaikuPorterForPM documentation for haikuporter] and the [http://bb.haikuports.org/haikuports/wiki/HaikuPorterForPM/BuildRecipes recipe format] can also be found there.