File: opensc-config.xml

package info (click to toggle)
opensc 0.11.1-2etch2
  • links: PTS
  • area: main
  • in suites: etch
  • size: 7,284 kB
  • ctags: 7,257
  • sloc: ansic: 69,499; sh: 9,480; xml: 4,191; makefile: 346; lex: 92; perl: 25
file content (77 lines) | stat: -rw-r--r-- 2,507 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?xml version="1.0" encoding="UTF-8"?>
<refentry id="opensc-config">
	<refmeta>
		<refentrytitle>opensc-config</refentrytitle>
		<manvolnum>1</manvolnum>
		<refmiscinfo>opensc</refmiscinfo>
	</refmeta>

	<refnamediv>
		<refname>opensc-config</refname>
		<refpurpose>a tool to get information about the installed version of OpenSC</refpurpose>
	</refnamediv>

	<refsect1>
		<title>Synopsis</title>
		<para>
			<command>opensc-config</command> [OPTIONS]
		</para>
	</refsect1>

	<refsect1>
		<title>Description</title>
		<para>
			<command>opensc-config</command> is a tool that is used to get various information
			about the installed version of OpenSC.  It is particularly useful in determining
			compiler and linker flags necessary to build programs with the OpenSC libraries.
		</para>
	</refsect1>

	<refsect1>
		<title>Options</title>
		<para>
			<command>opensc-config</command> accepts the following options:
			<variablelist>
				<varlistentry>
					<term><option>--version</option></term>
					<listitem><para>Print the installed version of OpenSC to standard output.</para></listitem>
				</varlistentry>

				<varlistentry>
					<term><option>--libs</option></term>
					<listitem><para>Print the linker flags that are needed to compile a program
					to use the OpenSC libraries.</para></listitem>
				</varlistentry>

				<varlistentry>
					<term><option>--cflags</option></term>
					<listitem><para>Print the compiler flags that are needed to compile a program
					to use the OpenSC libraries.</para></listitem>
				</varlistentry>

				<varlistentry>
					<term><option>--prefix=PREFIX</option></term>
					<listitem><para>If specified, use PREFIX instead of the installation
					prefix that OpenSC was built with when computing the output for the
					--cflags and --libs options. This option is also used for the exec
					prefix if --exec-prefix was not specified. This option must be specified
					before any --libs or --cflags options.</para></listitem>
				</varlistentry>

				<varlistentry>
					<term><option>--exec-prefix=PREFIX</option></term>
					<listitem><para>If specified, use PREFIX instead of the installation
					exec prefix that OpenSC was built with when computing the output for
					the --cflags and --libs options. This option must be specified before any
					--libs or --cflags options.</para></listitem>
				</varlistentry>
			</variablelist>
		</para>
	</refsect1>
	
	<refsect1>
		<title>See also</title>
		<para>opensc(7)</para>
	</refsect1>

</refentry>