blob: 2616a87dd09fc0b3fa3291b3e5adbd91af43b4cb (
plain)
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
|
mdk2solv(1)
===========
:man manual: LIBSOLV
:man source: libsolv
Name
----
mdk2solv - convert files in Mandriva synthesis format into a solv file
Synopsis
--------
*mdk2solv* ['OPTIONS']
Description
-----------
The mdk2solv tool reads Mandriva synthesis data (*hdlist*) from stdin, and writes
it as solv file to standard output.
*-i* 'INFO.xml'::
Also read the info file containing url, license, and src information from
the specified xml file.
*-f* 'FILES.xml'::
Also read filelist information from the specified xml file.
See Also
--------
genhdlist2(1)
Author
------
Michael Schroeder <mls@suse.de>
|