blob: 28ba26163ad854af182dc70883fea04fa0bc71a1 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>wine@gentoo.org</email>
<name>Wine</name>
</maintainer>
<longdescription>
Wine Mono is a package containing Mono and other projects,
intended as a replacement for the .NET runtime and class
libraries in Wine. It works in conjunction with Wine's builtin
mscoree.dll, and it is not intended to be useful for any other
purpose.
</longdescription>
<straight-to-stable />
<use>
<flag name="shared">
Install pre-unpacked files which do not need to
be copied into the Wine prefix (note that this
requires the default top-level Z: drive to be
kept for out-of-prefix files to be readable)
</flag>
</use>
<origin>srcux</origin>
</pkgmetadata>
|