~ubuntu-branches/ubuntu/saucy/listaller/saucy

« back to all changes in this revision

Viewing changes to .pc/03_manpages-2.diff/docs/man/libuild.1.xml

  • Committer: Package Import Robot
  • Author(s): Matthias Klumpp
  • Date: 2012-04-18 18:42:46 UTC
  • Revision ID: package-import@ubuntu.com-20120418184246-lwq6i48qq5qjzsqe
Tags: 0.5.4-1
Initial release (Closes: #669088)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version='1.0' encoding='ISO-8859-1'?>
 
2
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
 
3
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
 
4
 
 
5
  <!-- Please adjust the date whenever revising the manpage. -->
 
6
  <!ENTITY date        "<date>1 June,2011</date>">
 
7
  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
 
8
       allowed: see man(7), man(1). -->
 
9
  <!ENTITY package     "libuild">
 
10
  <!ENTITY gnu         "<acronym>GNU</acronym>">
 
11
  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
 
12
]>
 
13
 
 
14
<refentry>
 
15
        <refentryinfo>
 
16
        <title>Listaller Project</title>
 
17
        <copyright>
 
18
                <year>2009-2012</year>
 
19
                <holder>Matthias Klumpp</holder>
 
20
        </copyright>
 
21
        <productname>Listaller Project</productname>
 
22
        &date;
 
23
        </refentryinfo>
 
24
 
 
25
        <refmeta>
 
26
                <refentrytitle>libuild</refentrytitle>
 
27
                <manvolnum>1</manvolnum>
 
28
        </refmeta>
 
29
        <refnamediv>
 
30
                <refname>&package;</refname>
 
31
                <refpurpose>Listaller package builder</refpurpose>
 
32
        </refnamediv>
 
33
 
 
34
       <refsynopsisdiv>
 
35
               <cmdsynopsis>
 
36
                       <command>&package;</command>
 
37
                       <group choice="req">
 
38
                               <option>-b</option>
 
39
                       </group>
 
40
                       <group choice="opt">
 
41
                               <option>OPTIONS</option>
 
42
                       </group>
 
43
                </cmdsynopsis>
 
44
        </refsynopsisdiv>
 
45
 
 
46
        <refsect1>
 
47
                <title>Description</title>
 
48
                <para>
 
49
                        This manual page documents briefly the <command>&package;</command> command.
 
50
                </para>
 
51
                <para>
 
52
                        <command>&package;</command> is a simple tool to build IPK application packages directly
 
53
                        from software sources or binary files using a package recipe.
 
54
                </para>
 
55
        </refsect1>
 
56
 
 
57
       <refsect1>
 
58
               <title>Options</title>
 
59
               <variablelist>
 
60
 
 
61
                <varlistentry>
 
62
                        <term><option>-b</option></term>
 
63
                        <term><option>--build</option></term>
 
64
                        <listitem>
 
65
                                <para>Build IPK package using the IPK source files in the ipkinstall folder in current directory.</para>
 
66
                        </listitem>
 
67
                </varlistentry>
 
68
 
 
69
                <varlistentry>
 
70
                        <term><option>-s</option></term>
 
71
                        <term><option>--sourcedir=<replaceable>DIRECTORY</replaceable></option></term>
 
72
                        <listitem>
 
73
                                <para>Set the IPK package source directory.</para>
 
74
                        </listitem>
 
75
                </varlistentry>
 
76
 
 
77
                <varlistentry>
 
78
                        <term><option>-o</option></term>
 
79
                        <term><option>--outdir=<replaceable>DIRECTORY</replaceable></option></term>
 
80
                        <listitem>
 
81
                                <para>Set an output path were the resulting package should be saved.</para>
 
82
                        </listitem>
 
83
                </varlistentry>
 
84
 
 
85
                <varlistentry>
 
86
                        <term><option>--sign</option></term>
 
87
                        <listitem>
 
88
                                <para>Sign the resulting package with your GPG key.</para>
 
89
                        </listitem>
 
90
                </varlistentry>
 
91
 
 
92
                <varlistentry>
 
93
                        <term><option>--version</option></term>
 
94
                        <listitem>
 
95
                                <para>Display version number of &package;</para>
 
96
                        </listitem>
 
97
                </varlistentry>
 
98
 
 
99
                </variablelist>
 
100
        </refsect1>
 
101
 
 
102
        <refsect1>
 
103
                <title>See Also</title>
 
104
                <para>lipa (1).</para>
 
105
                <para>
 
106
                        Additional documentation can be found on http://listaller.tenstral.net.
 
107
                </para>
 
108
        </refsect1>
 
109
<refsect1>
 
110
<title>AUTHOR</title>
 
111
<para>This manual page was written by Matthias Klumpp <email>matthias@tenstral.net</email>.
 
112
</para>
 
113
</refsect1>
 
114
</refentry>