pspec.xml 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>which</Name>
  6. <Homepage>https://carlowood.github.io/which/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Prints the location of specified executable in your path</Summary>
  14. <Description>which , Locates a program file in the user's path.</Description>
  15. <Archive sha1sum="6b6bec3d2b3d4661c164feb81b9b1d22d1359ded" type="targz">mirrors://gnu/which/which-2.21.tar.gz</Archive>
  16. <Patches>
  17. <!--<Patch level="1">which-gentoo.patch</Patch>-->
  18. </Patches>
  19. </Source>
  20. <Package>
  21. <Name>which</Name>
  22. <Files>
  23. <Path fileType="executable">/usr/bin</Path>
  24. <Path fileType="doc">/usr/share/doc</Path>
  25. <Path fileType="man">/usr/share/man</Path>
  26. <Path fileType="info">/usr/share/info</Path>
  27. </Files>
  28. </Package>
  29. <History>
  30. <Update release="6">
  31. <Date>2020-12-09</Date>
  32. <Version>2.21</Version>
  33. <Comment>Rebuild.</Comment>
  34. <Name>Mustafa Cinasal</Name>
  35. <Email>muscnsl@gmail.com</Email>
  36. </Update>
  37. <Update release="5">
  38. <Date>2019-12-27</Date>
  39. <Version>2.21</Version>
  40. <Comment>Rebuild</Comment>
  41. <Name>idris Kalp</Name>
  42. <Email>idriskalp@gmail.com</Email>
  43. </Update>
  44. <Update release="4">
  45. <Date>2018-07-15</Date>
  46. <Version>2.21</Version>
  47. <Comment>Rebuild</Comment>
  48. <Name>Ertuğrul Erata</Name>
  49. <Email>ertugrulerata@gmail.com</Email>
  50. </Update>
  51. <Update release="3">
  52. <Date>2017-01-23</Date>
  53. <Version>2.21</Version>
  54. <Comment>Rebuild.</Comment>
  55. <Name>PisiLinux Community</Name>
  56. <Email>admin@pisilinux.org</Email>
  57. </Update>
  58. <Update release="2">
  59. <Date>2016-04-27</Date>
  60. <Version>2.21</Version>
  61. <Comment>Release Bump</Comment>
  62. <Name>PisiLinux Community</Name>
  63. <Email>admin@pisilinux.org</Email>
  64. </Update>
  65. <Update release="1">
  66. <Date>2016-03-02</Date>
  67. <Version>2.21</Version>
  68. <Comment>First release</Comment>
  69. <Name>Ayhan Yalçınsoy</Name>
  70. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  71. </Update>
  72. </History>
  73. </PISI>