Files
main/network/misc/protobuf-c/pspec.xml
T
2020-06-10 01:35:51 +03:00

62 lines
2.3 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>protobuf-c</Name>
<Homepage>https://github.com/protobuf-c/protobuf-c</Homepage>
<Packager>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Packager>
<PartOf>network.misc</PartOf>
<License>BSD</License>
<IsA>app:console</IsA>
<IsA>library</IsA>
<Summary>Protocol Buffers implementation in C</Summary>
<Description>This is protobuf-c, a C implementation of the Google Protocol Buffers data serialization format.Needed for the libgadu Package</Description>
<Archive sha1sum="f70f592e8db0363013492df1e69e47ee8213e003" type="targz">https://github.com/protobuf-c/protobuf-c/archive/v1.3.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>protobuf-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>protobuf-c</Name>
<Summary>Protocol Buffers implementation in C</Summary>
<RuntimeDependencies>
<Dependency>protobuf</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="all">/</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin</Path>
</Files>
</Package>
<Package>
<Name>protobuf-c-devel</Name>
<Summary>Development files for protobuf-c</Summary>
<RuntimeDependencies>
<Dependency release="current">protobuf-c</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="header">/usr/include/protobuf-c</Path>
<Path fileType="header">/usr/include/google/protobuf-c</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-04-09</Date>
<Version>1.3.3</Version>
<Comment>
*Patch version bump.
*Moved from contrib
</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>