1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <?xml version="1.0" ?>
- <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
- <INARY>
- <Source>
- <Name>tcpdump</Name>
- <Homepage>http://www.tcpdump.org/</Homepage>
- <Packager>
- <Name>Süleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Packager>
- <License>BSD</License>
- <IsA>app:console</IsA>
- <Summary>A Tool for network monitoring and data acquisition</Summary>
- <Description>Tcpdump is a tool to print out (or save to file) the contents of packets on a network interface. It also allows limiting the number of packets collected using expressions.</Description>
- <Archive sha1sum="75d727d7835a6eec06df0a9793befbb2464c4b65" type="targz">https://github.com/the-tcpdump-group/tcpdump/archive/tcpdump-4.9.3.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>libpcap-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>tcpdump</Name>
- <RuntimeDependencies>
- <Dependency>libpcap</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/sbin</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2020-04-24</Date>
- <Version>4.9.3</Version>
- <Comment>First release for SulinOS 2021</Comment>
- <Name>Suleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Update>
- </History>
- </INARY>
|