| # HaikuPorts configuration
|
| # Expected location: ~/config/settings/haikuports.conf
|
|
|
| # Required settings:
|
|
|
| TREE_PATH="/Data/haikuports"
|
| PACKAGER="Your Name <and@email.com>"
|
|
|
| # Optional settings:
|
|
|
| ALLOW_UNTESTED="yes"
|
| #ALLOW_UNSAFE_SOURCES="yes"
|
| TARGET_ARCHITECTURE="x86_gcc2"
|
| SECONDARY_TARGET_ARCHITECTURES="x86"
|
|
|
| # Custom locations to be able to use the same "haikuports" clone for both 32 and 64 bits x86.
|
| DOWNLOAD_IN_PORT_DIRECTORY=True
|
|
|
| # To place work dirs on a RAMDRIVE:
|
| # - Add "mkdir /RAMDRIVE && mount -t ramfs /RAMDRIVE" to ~/config/settings/boot/UserBootscript.
|
| # (or at least run that before invoking haikuporter).
|
| OUTPUT_DIRECTORY=/RAMDRIVE
|
|
|
| # Otherwise, use a regular storage (on 64 bits, change these to .x86_64):
|
| #OUTPUT_DIRECTORY=/Data/haikuports/.x86_32
|
| PACKAGES_PATH=/Data/haikuports/.x86_32/.packages
|
| REPOSITORY_PATH=/Data/haikuports/.x86_32/.repository
|
|
|
| # To make git ignore those folders... add the following (without "->" "<-"):
|
| #->
|
| # .x86_32
|
| # .x86_64
|
| #<-
|
| # to the .git/info/exclude file in the haikuports clone.
|