pspec.xml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>benchmark</Name>
  6. <Homepage>https://github.com/google/benchmark</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>Apache</License>
  12. <IsA>library</IsA>
  13. <Summary>A microbenchmark support library</Summary>
  14. <Description>A library to benchmark code snippets, similar to unit tests.</Description>
  15. <Archive sha1sum="39dff009fd8e3eb9200b9b02dd0b1dcb06386d74" type="targz">https://github.com/google/benchmark/archive/refs/tags/v1.8.2.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>git</Dependency>
  18. <Dependency>cmake</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>benchmark</Name>
  23. <RuntimeDependencies>
  24. <Dependency>libgcc</Dependency>
  25. </RuntimeDependencies>
  26. <Files>
  27. <Path fileType="library">/usr/lib/libbenchmark.so*</Path>
  28. <Path fileType="library">/usr/lib/libbenchmark_main.so*</Path>
  29. <Path fileType="doc">/usr/share/doc/benchmark</Path>
  30. </Files>
  31. </Package>
  32. <Package>
  33. <Name>benchmark-devel</Name>
  34. <RuntimeDependencies>
  35. <Dependency release="current">benchmark</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="library">/usr/lib/cmake</Path>
  39. <Path fileType="library">/usr/lib/pkgconfig</Path>
  40. <Path fileType="header">/usr/include</Path>
  41. </Files>
  42. </Package>
  43. <History>
  44. <Update release="1">
  45. <Date>2023-07-15</Date>
  46. <Version>1.8.2</Version>
  47. <Comment>Version bump</Comment>
  48. <Name>Kamil Atlı</Name>
  49. <Email>suvari@pisilinux.org</Email>
  50. </Update>
  51. <Update release="1">
  52. <Date>2022-06-11</Date>
  53. <Version>1.6.1</Version>
  54. <Comment>First release</Comment>
  55. <Name>Kamil Atlı</Name>
  56. <Email>suvari@pisilinux.org</Email>
  57. </Update>
  58. </History>
  59. </PISI>