| # HaikuPorts configuration
|
| # Expected location: ~/config/settings/haikuports.conf
|
|
|
| # Required settings:
|
|
|
| TREE_PATH="/Data/haikuports"
|
| PACKAGER="Your Name <some@email.com>"
|
|
|
| # Optional settings:
|
|
|
| #VENDOR="Haiku Project"
|
| ALLOW_UNTESTED="yes"
|
|
|
| # Use these for 32 bits (for x86_64 bits, just comment them out):
|
| 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
|
|
|
| OUTPUT_DIRECTORY=/Data1/haikuports/.x86_32
|
| PACKAGES_PATH=/Data1/haikuports/.x86_32/.packages
|
| REPOSITORY_PATH=/Data1/haikuports/.x86_32/.repository
|
|
|
| # Use these on 64 bits:
|
| #OUTPUT_DIRECTORY=/Data1/haikuports/.x86_64
|
| #PACKAGES_PATH=/Data1/haikuports/.x86_64/.packages
|
| #REPOSITORY_PATH=/Data1/haikuports/.x86_64/.repository
|