Changes between Version 28 and Version 29 of Obsolete/MovedToTree/PackageManagement/BuildingPackages
- Timestamp:
- Apr 19, 2015, 7:46:19 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Obsolete/MovedToTree/PackageManagement/BuildingPackages
v28 v29 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 [http ://bb.haikuports.org/haikuports/wiki/HaikuPorterForPM documentation for haikuporter] and the [http://bb.haikuports.org/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 [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.