pspec.xml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>gperf</Name>
  6. <Homepage>http://www.gnu.org/software/gperf/gperf.html</Homepage>
  7. <Packager>
  8. <Name>Süleyman POYRAZ</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <PartOf>system.base</PartOf>
  14. <Summary>A perfect hash function generator</Summary>
  15. <Description>gperf is a perfect hash function generator. For a given list of strings, it produces a hash function and hash table, in form of C or C++ code, for looking up a value depending on the input string. The hash function is perfect, which means that the hash table has no collisions, and the hash table lookup needs a single string comparison only.</Description>
  16. <!-- @@@gnu gperf -->
  17. <Archive sha1sum="e3c0618c2d2e5586eda9498c867d5e4858a3b0e2" type="targz">mirrors://gnu/gperf/gperf-3.1.tar.gz</Archive>
  18. </Source>
  19. <Package>
  20. <Name>gperf</Name>
  21. <RuntimeDependencies>
  22. <Dependency>libgcc</Dependency>
  23. </RuntimeDependencies>
  24. <Files>
  25. <Path fileType="executable">/usr/bin</Path>
  26. <Path fileType="info">/usr/share/info</Path>
  27. </Files>
  28. </Package>
  29. <Package>
  30. <Name>gperf-docs</Name>
  31. <IsA>data:doc</IsA>
  32. <PartOf>system.doc</PartOf>
  33. <Summary>Documentation files for gperf</Summary>
  34. <RuntimeDependencies>
  35. <Dependency release="current">gperf</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="doc">/usr/share/doc</Path>
  39. </Files>
  40. </Package>
  41. <Package>
  42. <Name>gperf-pages</Name>
  43. <IsA>data:doc</IsA>
  44. <PartOf>system.doc</PartOf>
  45. <Summary>Manpages for gperf</Summary>
  46. <RuntimeDependencies>
  47. <Dependency release="current">gperf</Dependency>
  48. </RuntimeDependencies>
  49. <Files>
  50. <Path fileType="man">/usr/share/man</Path>
  51. </Files>
  52. </Package>
  53. <History>
  54. <Update release="1">
  55. <Date>2020-04-24</Date>
  56. <Version>3.1</Version>
  57. <Comment>First release for SulinOS 2021</Comment>
  58. <Name>Suleyman Poyraz</Name>
  59. <Email>zaryob.dev@gmail.com</Email>
  60. </Update>
  61. </History>
  62. </INARY>