48 lines
1.2 KiB
Plaintext
48 lines
1.2 KiB
Plaintext
###
|
|
### prt-get conf
|
|
###
|
|
|
|
prtdir /usr/ports/core
|
|
prtdir /usr/ports/opt
|
|
|
|
### User contributed ports - check out http://crux.nu/Main/ContribRules
|
|
# prtdir /usr/ports/contrib
|
|
|
|
### use mypackage form local directory
|
|
# prtdir /home/packages/build:mypackage
|
|
|
|
### use alternate cache file (default: /var/lib/pkg/prt-get.cache
|
|
# cachefile /mnt/nfs/cache
|
|
|
|
### log options:
|
|
# writelog enabled # (enabled|disabled)
|
|
# logmode overwrite # (append|overwrite)
|
|
# rmlog_on_success no # (yes|no)
|
|
# rmlog_on_uninst no # (yes|no)
|
|
logfile /var/log/pkgbuild/%n.log
|
|
# %n=port name, %v=version, %r=release
|
|
# %p=path to repository
|
|
|
|
### print README information:
|
|
# readme verbose # (verbose|compact|disabled)
|
|
|
|
### run pre- and post-installs scripts; yes is equivalent to the
|
|
### --install-scripts option
|
|
# runscripts no # (no|yes)
|
|
|
|
### alternative commands
|
|
# makecommand pkgmk
|
|
# addcommand pkgadd
|
|
# removecommand pkgrm
|
|
# runscriptcommand sh
|
|
|
|
|
|
### prefer higher versions in sysup / diff
|
|
# preferhigher no # (yes|no)
|
|
|
|
### use regexp search
|
|
# useregex no # (yes|no)
|
|
|
|
### consider optional dependencies when sorting the update/sysup targets
|
|
# softdeps no # (yes|no)
|