pspec.xml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>flatbuffers</Name>
  6. <Homepage>https://flatbuffers.dev/</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>Apache License</License>
  12. <Icon>flatbuffers</Icon>
  13. <IsA>library</IsA>
  14. <Summary>An efficient cross platform serialization library for C++, with support for Java, C# and Go</Summary>
  15. <Description>FlatBuffers is a cross platform serialization library architected for maximum memory efficiency. It allows you to directly access serialized data without parsing/unpacking it first, while still having great forwards/backwards compatibility.</Description>
  16. <Archive sha1sum="51b727b3b5e02269c358de51625c062057e82742" type="targz">https://github.com/google/flatbuffers/archive/refs/tags/v23.5.26.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>cmake</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>flatbuffers</Name>
  23. <RuntimeDependencies>
  24. <Dependency>libgcc</Dependency>
  25. </RuntimeDependencies>
  26. <Files>
  27. <Path fileType="executable">/usr/bin</Path>
  28. <Path fileType="library">/usr/lib/libflatbuffers*</Path>
  29. </Files>
  30. </Package>
  31. <Package>
  32. <Name>flatbuffers-devel</Name>
  33. <Summary>Development files for flatbuffers</Summary>
  34. <RuntimeDependencies>
  35. <Dependency release="current">flatbuffers</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="header">/usr/include</Path>
  39. <Path fileType="library">/usr/lib/pkgconfig</Path>
  40. <Path fileType="library">/usr/lib/cmake/flatbuffers</Path>
  41. </Files>
  42. </Package>
  43. <History>
  44. <Update release="1">
  45. <Date>2023-08-23</Date>
  46. <Version>23.5.26</Version>
  47. <Comment>First release</Comment>
  48. <Name>Kamil Atlı</Name>
  49. <Email>suvari@pisilinux.org</Email>
  50. </Update>
  51. </History>
  52. </PISI>