blob: bd6b0f559a45d0ca2bd3e1d7bc8e010640596b00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>ml@gentoo.org</email>
<name>Gentoo ML Project</name>
</maintainer>
<longdescription>An ocaml client to access the eDonkey network.</longdescription>
<use>
<flag name="bittorrent">enable bittorrent support</flag>
<flag name="fasttrack">enable fasttrack support</flag>
<flag name="gnutella">enable gnutella and gnutella2 support</flag>
<flag name="guionly">enable client build only</flag>
<flag name="magic">enable use of libmagic</flag>
</use>
<upstream>
<remote-id type="sourceforge">mldonkey</remote-id>
</upstream>
</pkgmetadata>
|