1GPT-CONFIG(8)         User Contributed Perl Documentation        GPT-CONFIG(8)
2
3
4

NAME

6       gpt-config - Configure the current installation of GPT
7

SYNOPSIS

9       gpt-config [options]
10
11         Help-Related Options:
12           --help             brief help message
13           --man              full documentation
14           --location         location of the GPT installation
15           --perl             location of the perl program
16           --gtar             location of the GNU tar program
17           --gunzip           location of the GNU unzip program
18           --gmake            location of the GNU make program
19           --rpm              location of the rpm program
20           --rpm              location of the rpmbuild program
21           --license          value used for the software license in RPM packages
22           --vendor           value used for the software vendor in RPM packages
23           --ftpsite          value used for the software ftp site in RPM packages
24           --url              value used for the URL for the software in RPM packages
25           --packager         value used for the packager of the  RPM packages
26           --prefix           value used for the installation directory of RPM packages
27           --use-archive-tar  Use the Archive::Tar module instead of the system tar program
28           --list             list the current configuration
29           --probe            probe for the various programs that GPT needs
30           --ignore           ignore any missing programs
31

DESCRIPTION

33       gpt-config is a runtime configuration script that is used to localize a
34       GPT installation.  GPT uses various programs and packaging parameters
35       to do its job.  These items can be listed and modified by this script.
36
37       Configuration information for GPT is stored in the module
38       $GPT_LOCATION/lib/perl/Grid/GPT/LocalEnv.pm.  This module is
39       regenerated when gpt-config is used to change the configuration.
40

OPTIONS

42       -builddir
43           Specifies the where the source tar files should be untarred and the
44           code is built.
45
46       -location
47       -perl
48       -gtar
49       -gunzip
50       -gmake
51       -rpm
52       -rpmbuild
53           Location of various programs that GPT uses.  These switches will
54           override any searching done by the -probe switch..
55
56       -license
57       -vendor
58       -ftpsite
59       -url
60       -packager
61       -prefix
62           Values that are used by GPT when generating RPM packages.  These
63           values are not configured when the platform does not support RPM.
64
65       -list
66           List the current configuration.
67
68       -probe
69           Probe for the various programs that GPT needs.  The probe examines
70           each directory listed in the $PATH variable for these programs.
71
72       -use-archive-tar
73           Skip the probes for a system tar and unzip programs.  Use
74           Archive::Tar module to untar source packages.  Using this modules
75           slows down the build noticably.
76
77       -ignore
78           Ignore any missing programs and continue with the configuring.
79

AUTHOR

81       Written by Chase Phillips and Michael Bletzinger.
82
83
84
85perl v5.12.3                      2011-03-24                     GPT-CONFIG(8)
Impressum