pspec.xml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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>findutils</Name>
  6. <Homepage>http://www.gnu.org/software/findutils/findutils.html</Homepage>
  7. <Packager>
  8. <Name>Süleyman POYRAZ</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>GPLv3+</License>
  12. <IsA>app:console</IsA>
  13. <PartOf>system.base</PartOf>
  14. <Summary>GNU utilities to find findutilss</Summary>
  15. <Description>The GNU Find Utilities are the basic directory searching utilities of the GNU operating system. These programs are typically used in conjunction with other programs to provide modular and powerful directory search and findutils locating capabilities to other commands.</Description>
  16. <!-- @@@gnu findutils -->
  17. <Archive sha1sum="bd2fae4add80334173e03272aeed5635d4a0fa03" type="tarxz">http://ftp.gnu.org/gnu/findutils/findutils-4.7.0.tar.xz</Archive>
  18. <BuildDependencies>
  19. <Dependency>gettext</Dependency>
  20. <Dependency>texinfo</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>findutils</Name>
  25. <Files>
  26. <Path fileType="executable">/usr/bin</Path>
  27. <Path fileType="library">/usr/lib/find</Path>
  28. <Path fileType="library">/usr/libexec</Path>
  29. <Path fileType="info">/usr/share/info</Path>
  30. <Path fileType="localedata">/usr/share/locale</Path>
  31. <Path fileType="data">/var</Path>
  32. </Files>
  33. </Package>
  34. <Package>
  35. <Name>findutils-docs</Name>
  36. <IsA>data:doc</IsA>
  37. <PartOf>system.doc</PartOf>
  38. <Summary>Documentation for findutils package.</Summary>
  39. <RuntimeDependencies>
  40. <Dependency release="current">findutils</Dependency>
  41. </RuntimeDependencies>
  42. <Files>
  43. <Path fileType="doc">/usr/share/doc</Path>
  44. </Files>
  45. </Package>
  46. <Package>
  47. <Name>findutils-pages</Name>
  48. <IsA>data:doc</IsA>
  49. <PartOf>system.doc</PartOf>
  50. <Summary>Man pages for findutils package.</Summary>
  51. <RuntimeDependencies>
  52. <Dependency release="current">findutils</Dependency>
  53. </RuntimeDependencies>
  54. <Files>
  55. <Path fileType="man">/usr/share/man</Path>
  56. </Files>
  57. </Package>
  58. <History>
  59. <Update release="1">
  60. <Date>2020-04-24</Date>
  61. <Version>4.7.0</Version>
  62. <Comment>First release for SulinOS 2021</Comment>
  63. <Name>Suleyman Poyraz</Name>
  64. <Email>zaryob.dev@gmail.com</Email>
  65. </Update>
  66. </History>
  67. </INARY>