blob: 4510ed879230e6465c0ba0f684694cede3349c07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<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>
|