pspec.xml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>protobuf</Name>
  6. <Homepage>http://code.google.com/p/protobuf</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>Apache-2.0</License>
  12. <IsA>library</IsA>
  13. <Summary>Google's data interchange format</Summary>
  14. <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>
  15. <Archive sha1sum="d3bd3cfaa046d252e1b7c3c45106baab06b51f59" type="targz">http://source.pisilinux.org/1.0/protobuf-3.0.0-pre.tar.gz</Archive>
  16. <Archive sha1sum="d7aa4b8536f3a007b480cf016be8a4333dbf4768" type="targz">https://github.com/google/googletest/archive/release-1.7.0.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>python-setuptools</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>protobuf</Name>
  23. <RuntimeDependencies>
  24. <Dependency>libgcc</Dependency>
  25. </RuntimeDependencies>
  26. <Files>
  27. <Path fileType="executable">/usr/bin</Path>
  28. <Path fileType="library">/usr/lib/libproto*</Path>
  29. <Path fileType="library">/usr/lib/python2.7/site-packages</Path>
  30. <Path fileType="doc">/usr/share/doc</Path>
  31. <Path fileType="data">/usr/share/vim</Path>
  32. <Path fileType="data">/usr/share/emacs</Path>
  33. </Files>
  34. </Package>
  35. <Package>
  36. <Name>protobuf-devel</Name>
  37. <Summary>Development files for protobuf</Summary>
  38. <RuntimeDependencies>
  39. <Dependency release="current">protobuf</Dependency>
  40. </RuntimeDependencies>
  41. <Files>
  42. <Path fileType="header">/usr/include/google/protobuf</Path>
  43. <Path fileType="data">/usr/lib/pkgconfig</Path>
  44. </Files>
  45. </Package>
  46. <History>
  47. <Update release="2">
  48. <Date>2017-03-08</Date>
  49. <Version>2.6.1</Version>
  50. <Comment>Rebuild.</Comment>
  51. <Name>PisiLinux Community</Name>
  52. <Email>admins@pisilinux.org</Email>
  53. </Update>
  54. <Update release="1">
  55. <Date>2016-06-12</Date>
  56. <Version>2.6.1</Version>
  57. <Comment>First release</Comment>
  58. <Name>PisiLinux Community</Name>
  59. <Email>admins@pisilinux.org</Email>
  60. </Update>
  61. </History>
  62. </PISI>