2005-11-09 16:43:05 -05:00
|
|
|
###
|
|
|
|
### prt-get conf
|
|
|
|
###
|
|
|
|
|
2006-04-04 12:30:54 -04:00
|
|
|
prtdir /usr/ports/core
|
2005-11-09 16:43:05 -05:00
|
|
|
prtdir /usr/ports/opt
|
|
|
|
|
2006-04-04 12:30:54 -04:00
|
|
|
### User contributed ports - check out http://crux.nu/Main/ContribRules
|
|
|
|
# prtdir /usr/ports/contrib
|
2005-11-09 16:43:05 -05:00
|
|
|
|
|
|
|
### 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)
|
2006-04-04 12:30:54 -04:00
|
|
|
# rm_on_success no # (yes|no)
|
2005-11-09 16:43:05 -05:00
|
|
|
logfile /var/log/pkgbuild/%n.log
|
|
|
|
# path, %p=path to port dir, %n=port name
|
|
|
|
# %v=version, %r=release
|
|
|
|
|
|
|
|
### 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)
|