blob: cde7ea4d30b54431f7f95886880dfa4754f6184f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>stasibear@gentoo.org</email>
<description>Primary maintainer</description>
</maintainer>
<longdescription>
The libupnpp library, which provides the C++ interface for
upmpdcli and upplay, used to rely on the venerable libupnp library
(a.k.a pupnp: Portable UPnP) to provide the base UPnP protocol
functionality.
</longdescription>
<use>
<flag name="client">control point code (client)</flag>
<flag name="optssdp">optional SSDP headers support</flag>
<flag name="reuseaddr">bind the miniserver socket with reuseaddr</flag>
<flag name="tools">helper APIs in upnptools.h</flag>
</use>
</pkgmetadata>
|