CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Imported core-cross ports from 2.5
[crossrootfs.git] / prt-get / prt-get.conf
1 ###
2 ### prt-get conf
3 ###
4
5 # note: the order matters: the package found first is used
6 prtdir /usr/ports/core
7 prtdir /usr/ports/opt
8 prtdir /usr/ports/xorg
9
10 # the following line enables the user maintained contrib collection
11 #prtdir /usr/ports/contrib
12
13 ### use mypackage form local directory
14 # prtdir /home/packages/build:mypackage
15
16 ### log options:
17 # writelog enabled # (enabled|disabled)
18 # logmode overwrite # (append|overwrite)
19 # rmlog_on_success yes # (no|yes)
20 logfile /var/log/pkgbuild/%n.log
21 # path, %p=path to port dir, %n=port name
22 # %v=version, %r=release
23
24 ### use alternate cache file (default: /var/lib/pkg/prt-get.cache
25 # cachefile /mnt/nfs/cache
26
27 ### print README information:
28 # readme verbose # (verbose|compact|disabled)
29
30 ### prefer higher versions in sysup / diff
31 # preferhigher no # (yes|no)
32
33 ### use regexp search
34 # useregex no # (yes|no)
35
36 ### run pre- and post-installs scripts; yes is equivalent to the
37 ### --install-scripts option
38 # runscripts no # (no|yes)
39
40
41 ### EXPERT SECTION ###
42
43 ### alternative commands
44 # makecommand pkgmk
45 # addcommand pkgadd
46 # removecommand pkgrm
47 # runscriptcommand sh
48