pspec.xml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>procps</Name>
  6. <Homepage>http://gitorious.org/procps</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>Standard informational utilities and process-handling tools</Summary>
  14. <Description>procps is the package that has a bunch of small useful utilities that give information about processes using the /proc filesystem. The package includes the programs ps, top, vmstat, w, kill, free, slabtop, and skill.</Description>
  15. <Archive sha1sum="82c0745f150f1385ca01fe7d24f05f74e31c94c6" type="tarxz">http://downloads.sourceforge.net/project/procps-ng/Production/procps-ng-3.3.12.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>ncurses-devel</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>procps</Name>
  22. <RuntimeDependencies>
  23. <Dependency>ncurses</Dependency>
  24. </RuntimeDependencies>
  25. <Files>
  26. <Path fileType="executable">/bin</Path>
  27. <Path fileType="executable">/sbin</Path>
  28. <Path fileType="library">/lib</Path>
  29. <Path fileType="library">/usr/lib</Path>
  30. <Path fileType="executable">/usr/bin</Path>
  31. <Path fileType="doc">/usr/share/doc</Path>
  32. <Path fileType="man">/usr/share/man</Path>
  33. <Path fileType="locale">/usr/share/locale</Path>
  34. <Path fileType="header">/usr/include</Path>
  35. <Path fileType="library">/usr/lib/pkgconfig</Path>
  36. </Files>
  37. </Package>
  38. <History>
  39. <Update release="3">
  40. <Date>2017-09-20</Date>
  41. <Version>3.3.12</Version>
  42. <Comment>Version bump.</Comment>
  43. <Name>Ertuğrul Erata</Name>
  44. <Email>ertugrulerata@gmail.com</Email>
  45. </Update>
  46. <Update release="2">
  47. <Date>2016-04-27</Date>
  48. <Version>3.3.11</Version>
  49. <Comment>Release Bump</Comment>
  50. <Name>PisiLinux Community</Name>
  51. <Email>admin@pisilinux.org</Email>
  52. </Update>
  53. <Update release="1">
  54. <Date>2016-03-09</Date>
  55. <Version>3.3.11</Version>
  56. <Comment>First release</Comment>
  57. <Name>Alihan Öztürk</Name>
  58. <Email>alihan@pisilinux.org</Email>
  59. </Update>
  60. </History>
  61. </PISI>