CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Added makeRelease.sh script which was modified for 2.7 too
[devtools.git] / prt-get-cross.conf
CommitLineData
2100d5d8
JB
1###
2### prt-get-cross conf
3###
4
5# note: the order matters: the package found first is used
6prtdir /devel/crux-arm/ports/core-cross
7
8### log options:
9writelog enabled # (enabled|disabled)
10logmode overwrite # (append|overwrite)
11rmlog_on_success yes # (no|yes)
12logfile %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:
17readme verbose # (verbose|compact|disabled)
18
19### prefer higher versions in sysup / diff
20preferhigher yes # (yes|no)
21
22### use regexp search
23useregex yes # (yes|no)
24
25### run pre- and post-installs scripts; yes is equivalent to the
26### --install-scripts option
27runscripts yes # (no|yes)
28
29
30### EXPERT SECTION ###
31
32### alternative commands
33makecommand pkgmk-cross
34addcommand pkgadd-cross
35removecommand pkgrm-cross