~ubuntu-branches/ubuntu/saucy/zziplib/saucy

« back to all changes in this revision

Viewing changes to debian/zzip-config.1

  • Committer: Bazaar Package Importer
  • Author(s): Aurelien Jarno
  • Date: 2004-03-29 12:41:28 UTC
  • Revision ID: james.westby@ubuntu.com-20040329124128-cfzvzdt0fzziul2k
Tags: 0.10.82-1
Initial Release (closes: bug#173511, bug#222397).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH ZZLIB-CONFIG 1 "April 17, 2004"
 
2
.SH NAME
 
3
zzip-config - script to get information about the installed version of zziplib
 
4
.SH SYNOPSIS
 
5
.B  zzip-config [\-\-prefix\fI[=DIR]\fP] [\-\-package] [\-\-version] [\-\-libs] [\-\-cflags] [LIBRARIES]
 
6
.SH DESCRIPTION
 
7
.PP
 
8
\fIzzip-config\fP is a tool that is used to configure to determine
 
9
the compiler and linker flags that should be used to compile
 
10
and link programs that use \fIzziplib\fP. 
 
11
.
 
12
.SH OPTIONS
 
13
.l
 
14
\fIzzip-config\fP accepts the following options:
 
15
.TP 8
 
16
.B  LIBRARIES
 
17
This argument is currently ignored as zzip as only one library.
 
18
.TP 8
 
19
.B  \-\-version
 
20
Print the currently installed version of \fIzzip\fP on the standard output.
 
21
.TP 8
 
22
.B  \-\-libs
 
23
Print the linker flags that are necessary to link a \fIzzip\fP program.
 
24
.TP 8
 
25
.B  \-\-cflags
 
26
Print the compiler flags that are necessary to compile a \fIzzip\fP program.
 
27
.TP 8
 
28
.B  \-\-prefix=PREFIX
 
29
If specified, use PREFIX instead of the installation prefix that \fIzzip\fP
 
30
was built with when computing the output for the \-\-cflags and
 
31
\-\-libs options. This option is also used for the exec prefix
 
32
if \-\-exec\-prefix was not specified. This option must be specified
 
33
before any \-\-libs or \-\-cflags options.
 
34
.TP 8
 
35
.B  \-\-package
 
36
Print the package name, ie. zziplib.
 
37
.SH AUTHORS
 
38
.B zziplib
 
39
was written by Guido Draheim <guidod@gmx.de>.
 
40