pspec.xml 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>perl-Net-Pcap</Name>
  6. <Homepage>https://metacpan.org/release/Net-Pcap</Homepage>
  7. <Packager>
  8. <Name>Blue Devil</Name>
  9. <Email>bluedevil@sctzine.com</Email>
  10. </Packager>
  11. <PartOf>programming.language.perl</PartOf>
  12. <License>GPL</License>
  13. <IsA>app:console</IsA>
  14. <IsA>library</IsA>
  15. <Summary>Interface to pcap(3) LBL packet capture library</Summary>
  16. <Description>The Net::Pcap module is a Perl binding to the LBL pcap(3) packet capture library.</Description>
  17. <Archive sha1sum="9e53643cbe93e497af8c24cebe02bd7934194854" type="targz">https://cpan.metacpan.org/authors/id/S/SA/SAPER/Net-Pcap-0.18.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>perl</Dependency>
  20. <Dependency>libpcap-devel</Dependency>
  21. </BuildDependencies>
  22. <Patches>
  23. <Patch level="1">Net-Pcap-0.18-Adapt-a-test-to-libpcap-1.8.0.patch</Patch>
  24. <Patch level="1">Net-Pcap-0.18-Fix-build-with-libpcap-1.9.0.patch</Patch>
  25. </Patches>
  26. </Source>
  27. <Package>
  28. <Name>perl-Net-Pcap</Name>
  29. <Summary>Interface to pcap(3) LBL packet capture library</Summary>
  30. <RuntimeDependencies>
  31. <Dependency>perl</Dependency>
  32. <Dependency>libpcap</Dependency>
  33. </RuntimeDependencies>
  34. <Files>
  35. <Path fileType="executable">/usr/bin</Path>
  36. <Path fileType="library">/usr/lib</Path>
  37. <Path fileType="doc">/usr/share/doc</Path>
  38. <Path fileType="man">/usr/share/man</Path>
  39. <Path fileType="data">/usr/share/perl5</Path>
  40. </Files>
  41. </Package>
  42. <History>
  43. <Update release="2">
  44. <Date>2024-05-16</Date>
  45. <Version>0.18</Version>
  46. <Comment>Version bump</Comment>
  47. <Name>Blue Devil</Name>
  48. <Email>bluedevil@sctzine.com</Email>
  49. </Update>
  50. <Update release="1">
  51. <Date>2020-01-08</Date>
  52. <Version>0.18</Version>
  53. <Comment>Version bump</Comment>
  54. <Name>Blue Devil</Name>
  55. <Email>bluedevil@sctzine.com</Email>
  56. </Update>
  57. </History>
  58. </PISI>