pspec.xml 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>ettercap</Name>
  6. <Homepage>http://ettercap.sourceforge.net/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <Icon>ettercap</Icon>
  13. <IsA>app:gui</IsA>
  14. <IsA>app:console</IsA>
  15. <Summary>Network mapper and analyzer</Summary>
  16. <Description>ettercap is a suite for man in the middle attacks and network mapping.</Description>
  17. <Archive sha1sum="04f50925a5f3b2555371075a048ab7bfe3892976" type="targz">https://github.com/Ettercap/ettercap/releases/download/v0.8.2/ettercap-0.8.2.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>cmake</Dependency>
  20. <Dependency>curl-devel</Dependency>
  21. <Dependency>gtk2-devel</Dependency>
  22. <Dependency>zlib-devel</Dependency>
  23. <Dependency>glib2-devel</Dependency>
  24. <Dependency>libbsd-devel</Dependency>
  25. <Dependency>libnet-devel</Dependency>
  26. <Dependency>libpcap-devel</Dependency>
  27. <Dependency>libpcre-devel</Dependency>
  28. <Dependency>ncurses-devel</Dependency>
  29. <Dependency>openssl-devel</Dependency>
  30. </BuildDependencies>
  31. </Source>
  32. <Package>
  33. <Name>ettercap</Name>
  34. <RuntimeDependencies>
  35. <Dependency>curl</Dependency>
  36. <Dependency>gtk2</Dependency>
  37. <Dependency>zlib</Dependency>
  38. <Dependency>glib2</Dependency>
  39. <Dependency>libbsd</Dependency>
  40. <Dependency>libnet</Dependency>
  41. <Dependency>libpcap</Dependency>
  42. <Dependency>libpcre</Dependency>
  43. <Dependency>ncurses</Dependency>
  44. <Dependency>openssl</Dependency>
  45. </RuntimeDependencies>
  46. <Files>
  47. <Path fileType="config">/etc</Path>
  48. <Path fileType="library">/usr/lib</Path>
  49. <Path fileType="man">/usr/share/man</Path>
  50. <Path fileType="executable">/usr/bin</Path>
  51. <Path fileType="data">/usr/share/pixmaps</Path>
  52. <Path fileType="data">/usr/share/appdata</Path>
  53. <Path fileType="data">/usr/share/ettercap</Path>
  54. <Path fileType="doc">/usr/share/doc/ettercap</Path>
  55. <Path fileType="data">/usr/share/applications</Path>
  56. <Path fileType="data">/usr/share/polkit-1/actions/org.pkexec.ettercap.policy</Path>
  57. </Files>
  58. </Package>
  59. <History>
  60. <Update release="3">
  61. <Date>2016-02-27</Date>
  62. <Version>0.8.2</Version>
  63. <Comment>Version bump, rebuilt with docker</Comment>
  64. <Name>İbrahim KARAGÜZEL</Name>
  65. <Email>karaguzelibrahim@gmail.com</Email>
  66. </Update>
  67. <Update release="2">
  68. <Date>2014-01-23</Date>
  69. <Version>0.8.0</Version>
  70. <Comment>Version bump</Comment>
  71. <Name>Osman Erkan</Name>
  72. <Email>osman.erkan@pisilinux.org</Email>
  73. </Update>
  74. <Update release="1">
  75. <Date>2012-09-01</Date>
  76. <Version>0.7.4.1</Version>
  77. <Comment>First release</Comment>
  78. <Name>Osman Erkan</Name>
  79. <Email>osman.erkan@pisilinux.org</Email>
  80. </Update>
  81. </History>
  82. </PISI>