Files
main/network/library/nng/pspec.xml
T
Erkan IŞIK 18edc61c1b new package
2025-12-25 17:31:44 +03:00

57 lines
1.8 KiB
XML

<?xml version="1.0" ?>
<pisi>
<Source>
<Name>nng</Name>
<Homepage>https://nng.nanomsg.org</Homepage>
<Packager>
<Name>Erkan Işık</Name>
<Email>erkanisik@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>library</IsA>
<Summary>Nano Messaging Library - modernized nanomsg successor</Summary>
<Description>
NNG is a high-performance asynchronous messaging library, successor to nanomsg.
</Description>
<Archive sha1sum="1667a585d4c4046c4854d309d2182baac62d0b94">
https://github.com/nanomsg/nng/archive/refs/tags/v1.11.tar.gz
</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>nng</Name>
<Summary>Nano Messaging Library</Summary>
<Files>
<Path fileType="library">/usr/lib/libnng*</Path>
<Path fileType="library">/usr/lib/cmake</Path>
<Path fileType="binary">/usr/bin</Path>
<Path fileType="data">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>nng-devel</Name>
<Summary>Development files for nng</Summary>
<RuntimeDependencies>
<Dependency release="current">nng</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/nng</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2025-12-25</Date>
<Version>1.11</Version>
<Comment>Initial release.</Comment>
<Name>Erkan Işık</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
</History>
</pisi>