pspec.xml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>htop</Name>
  6. <Homepage>http://htop.sourceforge.net/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <Icon>htop</Icon>
  13. <IsA>app:console</IsA>
  14. <IsA>app:gui</IsA>
  15. <Summary>An interactive process viewer for Linux</Summary>
  16. <Description>htop is an interactive text-mode process viewer for Linux. It aims to be a better 'top'.</Description>
  17. <Archive sha1sum="201f793f13dce2448e36047079875b9bd5bba75a" type="targz">http://hisham.hm/htop/releases/2.0.2/htop-2.0.2.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>ncurses-devel</Dependency>
  20. <Dependency>gettext-devel</Dependency>
  21. </BuildDependencies>
  22. <Patches>
  23. <!--<Patch>desktop_tr.patch</Patch>-->
  24. </Patches>
  25. </Source>
  26. <Package>
  27. <Name>htop</Name>
  28. <RuntimeDependencies>
  29. <Dependency>ncurses</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="executable">/usr/bin</Path>
  33. <Path fileType="man">/usr/share/man</Path>
  34. <Path fileType="doc">/usr/share/doc</Path>
  35. <Path fileType="data">/usr/share/applications</Path>
  36. <Path fileType="data">/usr/share/pixmaps</Path>
  37. </Files>
  38. </Package>
  39. <History>
  40. <Update release="3">
  41. <Date>2017-01-25</Date>
  42. <Version>2.0.2</Version>
  43. <Comment>Version bump.</Comment>
  44. <Name>Stefan Gronewold</Name>
  45. <Email>groni@pisilinux.org</Email>
  46. </Update>
  47. <Update release="2">
  48. <Date>2016-06-08</Date>
  49. <Version>1.0.3</Version>
  50. <Comment>Release Bump</Comment>
  51. <Name>Pisi Linux Community</Name>
  52. <Email>admin@pisilinux.org</Email>
  53. </Update>
  54. <Update release="1">
  55. <Date>2014-06-17</Date>
  56. <Version>1.0.3</Version>
  57. <Comment>First release</Comment>
  58. <Name>Kamil Atlı</Name>
  59. <Email>burakerturk@pisilinux.org</Email>
  60. </Update>
  61. </History>
  62. </PISI>