pspec.xml 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libpcap</Name>
  6. <Homepage>http://www.tcpdump.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>library</IsA>
  13. <Summary>A system-independent library for user-level network packet capture</Summary>
  14. <Description>libpcap (Packet CAPture) provides a portable framework for low-level network monitoring. Applications include network statistics collection, security monitoring, network debugging, etc.</Description>
  15. <Archive sha1sum="818cbe70179c73eebfe1038854665f33aac64245" type="targz">http://www.tcpdump.org/release/libpcap-1.10.4.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>bluez-libs-devel</Dependency>
  18. <!--<Dependency>libnl-devel</Dependency>-->
  19. <!--<Dependency>libusb-devel</Dependency>-->
  20. <!--<Dependency>dbus-devel</Dependency>-->
  21. </BuildDependencies>
  22. <Patches>
  23. <!--<Patch>libpcap-1.1-cross-linux.patch</Patch>-->
  24. <!--<Patch level="1">libpcap-1.1.1-ignore-ENODEV.patch</Patch>-->
  25. <!--<Patch level="1">libpcap-1.8.1-enable_bluetooth-1.patch</Patch>-->
  26. <!--<Patch>disable-remote.diff</Patch>-->
  27. </Patches>
  28. </Source>
  29. <Package>
  30. <Name>libpcap</Name>
  31. <RuntimeDependencies>
  32. <!--<Dependency>bluez</Dependency>-->
  33. <!--<Dependency>libnl</Dependency>-->
  34. <!--<Dependency>dbus</Dependency>-->
  35. <!--<Dependency>libusb</Dependency>-->
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="library">/usr/lib</Path>
  39. <Path fileType="doc">/usr/share/doc</Path>
  40. <Path fileType="man">/usr/share/man</Path>
  41. </Files>
  42. </Package>
  43. <Package>
  44. <Name>libpcap-devel</Name>
  45. <Summary>Development files for libpcap</Summary>
  46. <RuntimeDependencies>
  47. <Dependency release="current">libpcap</Dependency>
  48. </RuntimeDependencies>
  49. <Files>
  50. <Path fileType="executable">/usr/bin/pcap-config</Path>
  51. <Path fileType="header">/usr/include</Path>
  52. <Path fileType="man">/usr/share/man/man3</Path>
  53. </Files>
  54. </Package>
  55. <History>
  56. <Update release="9">
  57. <Date>2023-04-08</Date>
  58. <Version>1.10.4</Version>
  59. <Comment>Version bump.</Comment>
  60. <Name>Mustafa Cinasal</Name>
  61. <Email>muscnsl@gmail.com</Email>
  62. </Update>
  63. <Update release="8">
  64. <Date>2023-01-13</Date>
  65. <Version>1.10.3</Version>
  66. <Comment>Version bump.</Comment>
  67. <Name>Mustafa Cinasal</Name>
  68. <Email>muscnsl@gmail.com</Email>
  69. </Update>
  70. <Update release="7">
  71. <Date>2021-07-02</Date>
  72. <Version>1.10.1</Version>
  73. <Comment>Version bump.</Comment>
  74. <Name>Mustafa Cinasal</Name>
  75. <Email>muscnsl@gmail.com</Email>
  76. </Update>
  77. <Update release="6">
  78. <Date>2020-02-01</Date>
  79. <Version>1.9.1</Version>
  80. <Comment>Version bump.</Comment>
  81. <Name>Blue DeviL</Name>
  82. <Email>bluedevil@sctzine.com</Email>
  83. </Update>
  84. <Update release="5">
  85. <Date>2018-08-13</Date>
  86. <Version>1.8.1</Version>
  87. <Comment>Rebuild New T.</Comment>
  88. <Name>Mustafa Cinasal</Name>
  89. <Email>muscnsl@gmail.com</Email>
  90. </Update>
  91. <Update release="4">
  92. <Date>2017-05-15</Date>
  93. <Version>1.8.1</Version>
  94. <Comment>Release Bump</Comment>
  95. <Name>Kamil Atlı</Name>
  96. <Email>suvari@pisilinux.org</Email>
  97. </Update>
  98. <Update release="3">
  99. <Date>2016-06-09</Date>
  100. <Version>1.8.1</Version>
  101. <Comment>Version Bump</Comment>
  102. <Name>Kamil Atlı</Name>
  103. <Email>suvari@pisilinux.org</Email>
  104. </Update>
  105. <Update release="2">
  106. <Date>2016-06-09</Date>
  107. <Version>1.7.4</Version>
  108. <Comment>Release Bump</Comment>
  109. <Name>Pisi Linux Community</Name>
  110. <Email>admin@pisilinux.org</Email>
  111. </Update>
  112. <Update release="1">
  113. <Date>2016-03-25</Date>
  114. <Version>1.7.4</Version>
  115. <Comment>First release</Comment>
  116. <Name>Ertuğrul Erata</Name>
  117. <Email>ertugrulerata@gmail.com</Email>
  118. </Update>
  119. </History>
  120. </PISI>