Changes between Version 29 and Version 30 of Obsolete/MovedToTree/PackageManagement/BuildingPackages
- Timestamp:
- Jul 23, 2015, 9:25:46 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Obsolete/MovedToTree/PackageManagement/BuildingPackages
v29 v30 159 159 == Building a Package with "haikuporter" == 160 160 161 `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 [https://bitbucket.org/haikuports/haikuports/wiki/HaikuPorterForPM documentation for haikuporter] and the [https://bitbucket.org/haikuports/haikuports/wiki/HaikuPorter/BuildRecipes recipe format] can also be found there.161 `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 [https://github.com/haikuports/ HaikuPorts]. A detailed [https://github.com/haikuports/haikuports/wiki/HaikuPorterForPM documentation for haikuporter] and the [https://github.com/haikuports/haikuports/wiki/HaikuPorter-BuildRecipes recipe format] can also be found there.