File: PACKAGERS

package info (click to toggle)
4pane 7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 10,044 kB
  • sloc: cpp: 38,264; sh: 4,110; ansic: 3,620; makefile: 157; xml: 27
file content (13 lines) | stat: -rw-r--r-- 870 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
As you know, some package systems like to do certain things themselves. I've therefore made your life a little easier (and mine too when I'm doing the packaging) by providing configure options to disable parts of 'make install'.

For example, ./configure --disable-install_app (or --enable-install_app=no) will stop 'make install' installing the 4Pane binary.

The options are:
--enable-install_app                  Installs the 4Pane binary
--enable-install_rc                   Installs the resource files
--enable-install_docs                 Installs the help manual
--enable-locale                       Installs any ./locale/*/LC_MESSAGES/*.mo files
--enable-desktop                      Tries to create a 4Pane desktop shortcut
--enable-symlink                      Tries to make a 4Pane to 4pane symlink in the install dir

For all of them the default is 'yes'.