123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>protobuf</Name>
- <Homepage>http://code.google.com/p/protobuf</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>Apache-2.0</License>
- <IsA>library</IsA>
- <Summary>Google's data interchange format</Summary>
- <Description>Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats.</Description>
- <Archive sha1sum="d3bd3cfaa046d252e1b7c3c45106baab06b51f59" type="targz">http://source.pisilinux.org/1.0/protobuf-3.0.0-pre.tar.gz</Archive>
- <Archive sha1sum="d7aa4b8536f3a007b480cf016be8a4333dbf4768" type="targz">https://github.com/google/googletest/archive/release-1.7.0.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>python-setuptools</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>protobuf</Name>
- <RuntimeDependencies>
- <Dependency>libgcc</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib/libproto*</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="data">/usr/share/vim</Path>
- <Path fileType="data">/usr/share/emacs</Path>
- </Files>
- </Package>
- <Package>
- <Name>protobuf-devel</Name>
- <Summary>Development files for protobuf</Summary>
- <RuntimeDependencies>
- <Dependency release="current">protobuf</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include/google/protobuf</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2017-03-08</Date>
- <Version>2.6.1</Version>
- <Comment>Rebuild.</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-06-12</Date>
- <Version>2.6.1</Version>
- <Comment>First release</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|