updated on Sun Jan 8 12:02:35 UTC 2012
[aur-mirror.git] / netwag / config.dat
blob84f486894adbd74993dc48d0da22a788d3e61ab1
3 ### Values in this file should not need to be modified, but for
4 ### some usages they can be changed.
6 # In this file, a '#' is a start of comment.
8 ##########################################################################
9 ### installation prefix directory of netwox
10 NETWOXDEF_INSTPREFIX=/usr
12 ### installation destination directory of netwox
13 NETWOXDEF_INSTDESTDIR=""
15 ### compute directories where netwox will_be|is_currently installed
16 NETWOXDEF_INSTBIN=${NETWOXDEF_INSTPREFIX}/bin
17 NETWOXDEF_INSTDBIN=${NETWOXDEF_INSTDESTDIR}${NETWOXDEF_INSTBIN}
19 ##########################################################################
20 ### directories where netwag will be installed
21 NETWAGDEF_INSTPREFIX=/usr
22 NETWAGDEF_INSTBIN=${NETWAGDEF_INSTPREFIX}/bin
23 NETWAGDEF_INSTMAN=${NETWAGDEF_INSTPREFIX}/man
24 NETWAGDEF_INSTMAN1=${NETWAGDEF_INSTMAN}/man1
26 ### installation destination directory
27 NETWAGDEF_INSTDESTDIR="../../../pkg"
29 ##########################################################################
30 ### When installing netwag in text mode, it might be impossible to
31 ### detect wish (Tcl/Tk interpreter) and a terminal emulator.
32 # force wish path
33 #bin_wish="/usr/bin/wish"
34 # force terminal emulator:
35 # bin_term indicates terminal emulator path
36 # bin_term_param indicates parameter needed to run a program
37 # for example "/usr/X11R6/bin/xterm -e /bin/sh"
38 #bin_term="/usr/X11R6/bin/xterm"
39 #bin_term_param="-e"