12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>ettercap</Name>
- <Homepage>http://ettercap.sourceforge.net/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <Icon>ettercap</Icon>
- <IsA>app:gui</IsA>
- <IsA>app:console</IsA>
- <Summary>Network mapper and analyzer</Summary>
- <Description>ettercap is a suite for man in the middle attacks and network mapping.</Description>
- <Archive sha1sum="04f50925a5f3b2555371075a048ab7bfe3892976" type="targz">https://github.com/Ettercap/ettercap/releases/download/v0.8.2/ettercap-0.8.2.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- <Dependency>curl-devel</Dependency>
- <Dependency>gtk2-devel</Dependency>
- <Dependency>zlib-devel</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>libbsd-devel</Dependency>
- <Dependency>libnet-devel</Dependency>
- <Dependency>libpcap-devel</Dependency>
- <Dependency>libpcre-devel</Dependency>
- <Dependency>ncurses-devel</Dependency>
- <Dependency>openssl-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>ettercap</Name>
- <RuntimeDependencies>
- <Dependency>curl</Dependency>
- <Dependency>gtk2</Dependency>
- <Dependency>zlib</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>libbsd</Dependency>
- <Dependency>libnet</Dependency>
- <Dependency>libpcap</Dependency>
- <Dependency>libpcre</Dependency>
- <Dependency>ncurses</Dependency>
- <Dependency>openssl</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="config">/etc</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share/pixmaps</Path>
- <Path fileType="data">/usr/share/appdata</Path>
- <Path fileType="data">/usr/share/ettercap</Path>
- <Path fileType="doc">/usr/share/doc/ettercap</Path>
- <Path fileType="data">/usr/share/applications</Path>
- <Path fileType="data">/usr/share/polkit-1/actions/org.pkexec.ettercap.policy</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2016-02-27</Date>
- <Version>0.8.2</Version>
- <Comment>Version bump, rebuilt with docker</Comment>
- <Name>İbrahim KARAGÜZEL</Name>
- <Email>karaguzelibrahim@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2014-01-23</Date>
- <Version>0.8.0</Version>
- <Comment>Version bump</Comment>
- <Name>Osman Erkan</Name>
- <Email>osman.erkan@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2012-09-01</Date>
- <Version>0.7.4.1</Version>
- <Comment>First release</Comment>
- <Name>Osman Erkan</Name>
- <Email>osman.erkan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|