pspec.xml 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>psmisc</Name>
  6. <Homepage>http://psmisc.sourceforge.net/</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>A set of tools that use the proc filesystem</Summary>
  14. <Description>PSmisc is a collection of small utilities using /proc file system, and providing the system administrator with some help in common tasks.</Description>
  15. <Archive sha1sum="d19031a5ba18a530aa0bb768cb74593f9af74b08" type="tarxz">mirrors://sourceforge/psmisc/psmisc-23.1.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>ncurses-devel</Dependency>
  18. <Dependency>gettext</Dependency>
  19. </BuildDependencies>
  20. <Patches>
  21. <!--Patch>psmisc-fuser.patch</Patch-->
  22. </Patches>
  23. </Source>
  24. <Package>
  25. <Name>psmisc</Name>
  26. <RuntimeDependencies>
  27. <Dependency>ncurses</Dependency>
  28. </RuntimeDependencies>
  29. <Files>
  30. <Path fileType="executable">/bin</Path>
  31. <Path fileType="executable">/usr/bin</Path>
  32. <Path fileType="man">/usr/share/man</Path>
  33. <Path fileType="doc">/usr/share/doc</Path>
  34. <Path fileType="localedata">/usr/share/locale</Path>
  35. </Files>
  36. </Package>
  37. <History>
  38. <Update release="4">
  39. <Date>2017-12-03</Date>
  40. <Version>23.1</Version>
  41. <Comment>Version bump.</Comment>
  42. <Name>Ertuğrul Erata</Name>
  43. <Email>ertugrulerata@gmail.com</Email>
  44. </Update>
  45. <Update release="3">
  46. <Date>2017-01-30</Date>
  47. <Version>22.21</Version>
  48. <Comment>Rebuild.</Comment>
  49. <Name>Ertuğrul Erata</Name>
  50. <Email>ertugrulerata@gmail.com</Email>
  51. </Update>
  52. <Update release="2">
  53. <Date>2016-04-27</Date>
  54. <Version>22.21</Version>
  55. <Comment>Release Bump</Comment>
  56. <Name>PisiLinux Community</Name>
  57. <Email>admin@pisilinux.org</Email>
  58. </Update>
  59. <Update release="1">
  60. <Date>2016-03-09</Date>
  61. <Version>22.21</Version>
  62. <Comment>First release</Comment>
  63. <Name>Alihan Öztürk</Name>
  64. <Email>alihan@pisilinux.org</Email>
  65. </Update>
  66. </History>
  67. </PISI>