Imported Upstream version 0.6.34
[platform/upstream/libsolv.git] / doc / mdk2solv.txt
1 mdk2solv(1)
2 ===========
3 :man manual: LIBSOLV
4 :man source: libsolv
5
6
7 Name
8 ----
9 mdk2solv - convert files in Mandriva synthesis format into a solv file
10
11 Synopsis
12 --------
13 *mdk2solv* ['OPTIONS']
14
15 Description
16 -----------
17 The mdk2solv tool reads Mandriva synthesis data (*hdlist*) from stdin, and writes
18 it as solv file to standard output.
19
20 *-i* 'INFO.xml'::
21 Also read the info file containing url, license, and src information from
22 the specified xml file.
23
24 *-f* 'FILES.xml'::
25 Also read filelist information from the specified xml file.
26
27 See Also
28 --------
29 genhdlist2(1)
30
31 Author
32 ------
33 Michael Schroeder <mls@suse.de>
34
35 ////
36 vim: syntax=asciidoc
37 ////