pspec.xml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>etherape</Name>
  6. <Homepage>http://etherape.sourceforge.net/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <Icon>etherape</Icon>
  13. <IsA>app:gui</IsA>
  14. <Summary>Graphical network monitor</Summary>
  15. <Description>etherape is a graphical network monitor with fancy display features.</Description>
  16. <Archive sha1sum="333652b935f44d83c6f7da668477180b50c3817d" type="targz">mirrors://sourceforge/etherape/etherape-0.9.20.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>gtk3-devel</Dependency>
  19. <Dependency>popt-devel</Dependency>
  20. <Dependency>glib2-devel</Dependency>
  21. <Dependency>libpcap-devel</Dependency>
  22. <Dependency>libglade-devel</Dependency>
  23. <Dependency>goocanvas-devel</Dependency>
  24. <Dependency>gnome-doc-utils</Dependency>
  25. <Dependency>gdk-pixbuf-devel</Dependency>
  26. </BuildDependencies>
  27. <Patches>
  28. <!--<Patch level="1">desktop.patch</Patch>-->
  29. </Patches>
  30. </Source>
  31. <Package>
  32. <Name>etherape</Name>
  33. <RuntimeDependencies>
  34. <Dependency>gtk3</Dependency>
  35. <Dependency>popt</Dependency>
  36. <Dependency>glib2</Dependency>
  37. <Dependency>libpcap</Dependency>
  38. <Dependency>libglade</Dependency>
  39. <Dependency>goocanvas</Dependency>
  40. <Dependency>gdk-pixbuf</Dependency>
  41. </RuntimeDependencies>
  42. <Files>
  43. <Path fileType="config">/etc/etherape</Path>
  44. <Path fileType="executable">/usr/bin</Path>
  45. <Path fileType="data">/usr/share/applications</Path>
  46. <Path fileType="doc">/usr/share/doc/etherape</Path>
  47. <Path fileType="data">/usr/share/etherape</Path>
  48. <Path fileType="localedata">/usr/share/locale</Path>
  49. <Path fileType="man">/usr/share/man</Path>
  50. <Path fileType="data">/usr/share/pixmaps</Path>
  51. </Files>
  52. </Package>
  53. <History>
  54. <Update release="1" type="security">
  55. <Date>2022-07-10</Date>
  56. <Version>0.9.20</Version>
  57. <Comment>First release</Comment>
  58. <Name>Pisi Linux Admins</Name>
  59. <Email>admins@pisilinux.org</Email>
  60. </Update>
  61. </History>
  62. </PISI>