-
Notifications
You must be signed in to change notification settings - Fork 0
/
eclasses.htm
85 lines (67 loc) · 2.12 KB
/
eclasses.htm
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html>
<head>
<meta charset="utf8" />
<title>Which .eclass-es to inherit?</title>
</head>
<body><a href="https://github.com/ArsenShnurkov/gentoo-mono-handbook"><img alt="Fork me on GitHub" id="forkme" src="images/forkme.png" align="right" width="100" /></a>
<table><tr><td style="vertical-align:top;">
<h1>Which .eclass-es to inherit?</h1>
</td><td style="vertical-align:top;">
<a href="index.htm">Gentoo Mono Handbook</a>
<br />
</td></tr></table>
<dl>
<dt>xbuild</dt>
<dd>compile sources with <strong>xbuild</strong> utility</dd>
<dt>msbuild</dt>
<dd>compile sources with <strong>msbuild</strong> utility</dd>
<dt>mono-pkg-config</dt>
<dd>
installs library into filesystem and register it in .pc-file for other applications
</dd>
<dt><a href="https://github.com/gentoo/dotnet/blob/master/eclass/gac.eclass">gac</a></dt>
<dd>
contain functions to register .dll in GAC
</dd>
<dt>machine</dt>
<dd>
allows to add elements into machine.config file(s?)
</dd>
<dt><a href="https://github.com/gentoo/dotnet/blob/master/eclass/dotnet.eclass">dotnet</a></dt>
<dd>this is base eclass for <strong>msbuild.eclass</strong> and <strong>xbuild.eclass</strong></dd>
<dt><a href="https://github.com/gentoo/dotnet/blob/master/eclass/nupkg.eclass">nupkg</a></dt>
<dd>contain functions to create .nupkg file from .nuspec file
</dd>
<dt>mono-env</dt>
<dd>
it support compilation of native libraries which should know .net platform specific (where to see examples of such specific?)
</dd>
<dt>multilib</dt>
<dd>
strange library for 32 and 64-bit builds of native libraries
</dd>
<dt><a href="https://github.com/gentoo/dotnet/blob/master/eclass/nuget.eclass">nuget</a></dt>
<dd>
should allow to install .nuget packages from nuget.org site in binary form
</dd>
<dt>versionator</dt>
<dd>
</dd>
<dt>eutils</dt>
<dd>
</dd>
<dt>autotools</dt>
<dd>
</dd>
<dt>autotools-utils</dt><dd></dd>
<dt>flag-o-matic</dt><dd></dd>
<dt>java-pkg-2</dt><dd></dd>
<dt>vcs-snapshot</dt><dd></dd>
<dt>git-r3</dt><dd></dd>
<dt>git-2</dt><dd></dd>
<dt>rpm</dt><dd></dd>
</dl>
</body>
</html>