| | 1 | = haikuports.conf = |
| | 2 | |
| | 3 | Global !HaikuPorts options are specified in /etc/haikuports.conf. |
| | 4 | |
| | 5 | {{{ |
| | 6 | # HaikuPorts configuration |
| | 7 | |
| | 8 | PACKAGES_PATH="/boot/develop/haikuports" |
| | 9 | DOWNLOAD_PATH="/boot/develop/haikuports/download" |
| | 10 | WORK_PATH="/boot/develop/haikuports/work" |
| | 11 | PREFIX="/boot/home/config" |
| | 12 | }}} |
| | 13 | |
| | 14 | The above values represent the defaults. |
| | 15 | |
| | 16 | {{{PACKAGES_PATH}}} points to the location where the !HaikuPorts tree is located. |
| | 17 | |
| | 18 | {{{DOWNLOAD_PATH}}} is where BePorter stores its downloaded source archives. |
| | 19 | |
| | 20 | {{{WORK_PATH}}} is where the source archives are unpacked and built. |
| | 21 | |
| | 22 | {{{PREFIX}}} is the default prefix that is passed to configure scripts (or equivalent). |