12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>perl-Net-Pcap</Name>
- <Homepage>https://metacpan.org/release/Net-Pcap</Homepage>
- <Packager>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Packager>
- <PartOf>programming.language.perl</PartOf>
- <License>GPL</License>
- <IsA>app:console</IsA>
- <IsA>library</IsA>
- <Summary>Interface to pcap(3) LBL packet capture library</Summary>
- <Description>The Net::Pcap module is a Perl binding to the LBL pcap(3) packet capture library.</Description>
- <Archive sha1sum="9e53643cbe93e497af8c24cebe02bd7934194854" type="targz">https://cpan.metacpan.org/authors/id/S/SA/SAPER/Net-Pcap-0.18.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>perl</Dependency>
- <Dependency>libpcap-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1">Net-Pcap-0.18-Adapt-a-test-to-libpcap-1.8.0.patch</Patch>
- <Patch level="1">Net-Pcap-0.18-Fix-build-with-libpcap-1.9.0.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>perl-Net-Pcap</Name>
- <Summary>Interface to pcap(3) LBL packet capture library</Summary>
- <RuntimeDependencies>
- <Dependency>perl</Dependency>
- <Dependency>libpcap</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="data">/usr/share/perl5</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2024-05-16</Date>
- <Version>0.18</Version>
- <Comment>Version bump</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="1">
- <Date>2020-01-08</Date>
- <Version>0.18</Version>
- <Comment>Version bump</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- </History>
- </PISI>
|