CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Updated getCoreDiff script for next 2.8 release and improved a bit
[devtools.git] / prt-get-cross.conf
1 ###
2 ### prt-get-cross conf
3 ###
4
5 # note: the order matters: the package found first is used
6 prtdir /devel/crux-arm/ports/core-cross
7
8 ### log options:
9 writelog enabled # (enabled|disabled)
10 logmode overwrite # (append|overwrite)
11 rmlog_on_success yes # (no|yes)
12 logfile %p/%n-%v-%r.buildlog
13 # path, %p=path to port dir, %n=port name
14 # %v=version, %r=release
15
16 ### print README information:
17 readme verbose # (verbose|compact|disabled)
18
19 ### prefer higher versions in sysup / diff
20 preferhigher yes # (yes|no)
21
22 ### use regexp search
23 useregex yes # (yes|no)
24
25 ### run pre- and post-installs scripts; yes is equivalent to the
26 ### --install-scripts option
27 runscripts yes # (no|yes)
28
29
30 ### EXPERT SECTION ###
31
32 ### alternative commands
33 makecommand pkgmk-cross
34 addcommand pkgadd-cross
35 removecommand pkgrm-cross