174e25efc4249fa640a7dcf1ab511b8abcb4c4c1
[platform/upstream/libsolv.git] / doc / appdata2solv.1
1 '\" t
2 .\"     Title: appdata2solv
3 .\"    Author: [see the "Author" section]
4 .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/>
5 .\"      Date: 09/25/2014
6 .\"    Manual: LIBSOLV
7 .\"    Source: libsolv
8 .\"  Language: English
9 .\"
10 .TH "APPDATA2SOLV" "1" "09/25/2014" "libsolv" "LIBSOLV"
11 .\" -----------------------------------------------------------------
12 .\" * Define some portability stuff
13 .\" -----------------------------------------------------------------
14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15 .\" http://bugs.debian.org/507673
16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18 .ie \n(.g .ds Aq \(aq
19 .el       .ds Aq '
20 .\" -----------------------------------------------------------------
21 .\" * set default formatting
22 .\" -----------------------------------------------------------------
23 .\" disable hyphenation
24 .nh
25 .\" disable justification (adjust text to left margin only)
26 .ad l
27 .\" -----------------------------------------------------------------
28 .\" * MAIN CONTENT STARTS HERE *
29 .\" -----------------------------------------------------------------
30 .SH "NAME"
31 appdata2solv \- convert application meta data into a solv file
32 .SH "SYNOPSIS"
33 .sp
34 \fBappdata2solv\fR [\fIOPTIONS\fR]
35 .SH "DESCRIPTION"
36 .sp
37 The appdata format contains metadata about application\&. It can be available both in repositories (for available applications) and in the installed system (for installed applications)\&. The appdata2solv tool reads the metadata from stdin and writes the parsed data as solv file to standard output\&. The parser will create \fBapplication:\fR pseudo packages for each entry\&.
38 .PP
39 \fB\-d\fR \fIAPPDATADIR\fR
40 .RS 4
41 Do not read from standard input, instead scan the specified directory for appdata entries\&.
42 \fIAPPDATADIR\fR
43 is normally set to
44 \fB/usr/share/appdata\fR\&.
45 .RE
46 .PP
47 \fB\-r\fR \fIROOTDIR\fR
48 .RS 4
49 Use
50 \fIROOTDIR\fR
51 as root directory\&.
52 .RE
53 .SH "SEE ALSO"
54 .sp
55 mergesolv(1)
56 .SH "AUTHOR"
57 .sp
58 Michael Schroeder <mls@suse\&.de>