Files
main/network/library/miniupnpc/pspec.xml
T
2019-10-30 00:43:29 +03:00

52 lines
1.9 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>miniupnpc</Name>
<Homepage>http://miniupnp.free.fr/</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>Copyright (c) 2005-2011, Thomas BERNARD.All rights reserved.</License>
<!--Icon></Icon-->
<IsA>library</IsA>
<Summary>miniupnpc is a UPnP Control Point. </Summary>
<Description>miniupnpc, the client library, enabling applications to access the services provided by an UPnP "Internet Gateway Device" present on the network. In UPnP terminology,miniupnpc is a UPnP Control Point. </Description>
<Archive sha1sum="f4110363c15ba28484cbc92f6b94a2aa4a09120d" type="targz">http://miniupnp.free.fr/files/download.php?file=miniupnpc-2.1.20190824.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>miniupnpc</Name>
<RuntimeDependencies>
<!--Dependency></Dependency-->
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
</Files>
</Package>
<Package>
<Name>miniupnpc-devel</Name>
<RuntimeDependencies>
<Dependency release="current">miniupnpc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/miniupnpc</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-10-30</Date>
<Version>2.1.20190824</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>