pspec.xml 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. <?xml version="1.0"?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>wireshark</Name>
  6. <Homepage>http://www.wireshark.org</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:gui</IsA>
  13. <Summary>Network traffic analyzer</Summary>
  14. <Description>Wireshark allows you to examine protocol data stored in files or as it is captured from wired or wireless (WiFi or Bluetooth) networks, USB devices, and many other sources. It supports dozens of protocol capture file formats and understands more than a thousand protocols.</Description>
  15. <Archive sha1sum="2a495346c46dadeb405d0b89cec18fe7edc77e1a" type="tarxz">https://www.wireshark.org/download/src/all-versions/wireshark-4.0.0.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>cmake</Dependency>
  18. <Dependency>meson</Dependency>
  19. <Dependency>glib2-devel</Dependency>
  20. <Dependency>libpcap-devel</Dependency>
  21. <Dependency>zlib-devel</Dependency>
  22. <Dependency>lua52-devel</Dependency>
  23. <Dependency>mit-kerberos</Dependency>
  24. <Dependency>e2fsprogs-devel</Dependency>
  25. <Dependency>gnutls-devel</Dependency>
  26. <Dependency>libmaxminddb-devel</Dependency>
  27. <Dependency>libgcrypt-devel</Dependency>
  28. <Dependency>libcap-devel</Dependency>
  29. <Dependency>sbc-devel</Dependency>
  30. <Dependency>c-ares-devel</Dependency>
  31. <Dependency>libxml2-devel</Dependency>
  32. <Dependency>libssh-devel</Dependency>
  33. <Dependency>libnl-devel</Dependency>
  34. <Dependency>tiff-devel</Dependency>
  35. <Dependency>lz4-devel</Dependency>
  36. <Dependency>libnghttp2-devel</Dependency>
  37. <Dependency>qt5-multimedia-devel</Dependency>
  38. <Dependency>qt5-svg-devel</Dependency>
  39. <Dependency>qt5-linguist</Dependency>
  40. <Dependency>minizip-devel</Dependency>
  41. <Dependency>zstd-devel</Dependency>
  42. <Dependency>brotli-devel</Dependency>
  43. <Dependency>speexdsp-devel</Dependency>
  44. <Dependency>snappy-devel</Dependency>
  45. <Dependency>libopus-devel</Dependency>
  46. <Dependency>libilbc-devel</Dependency>
  47. <Dependency>libxslt-devel</Dependency>
  48. <Dependency>doxygen</Dependency>
  49. </BuildDependencies>
  50. </Source>
  51. <Package>
  52. <Name>wireshark</Name>
  53. <RuntimeDependencies>
  54. <Dependency>lz4</Dependency>
  55. <Dependency>sbc</Dependency>
  56. <Dependency>zlib</Dependency>
  57. <Dependency>zstd</Dependency>
  58. <Dependency>glib2</Dependency>
  59. <Dependency>lua52</Dependency>
  60. <Dependency>brotli</Dependency>
  61. <Dependency>c-ares</Dependency>
  62. <Dependency>gnutls</Dependency>
  63. <Dependency>snappy</Dependency>
  64. <Dependency>libssh</Dependency>
  65. <Dependency>libilbc</Dependency>
  66. <Dependency>libopus</Dependency>
  67. <Dependency>libxml2</Dependency>
  68. <Dependency>libgcrypt</Dependency>
  69. <Dependency>libnghttp2</Dependency>
  70. <Dependency>mit-kerberos</Dependency>
  71. </RuntimeDependencies>
  72. <Files>
  73. <Path fileType="executable">/usr/bin</Path>
  74. <Path fileType="library">/usr/lib/lib*.so*</Path>
  75. <Path fileType="library">/usr/lib/wireshark</Path>
  76. <Path fileType="data">/usr/share/appdata</Path>
  77. <Path fileType="data">/usr/share/applications</Path>
  78. <Path fileType="doc">/usr/share/doc</Path>
  79. <Path fileType="data">/usr/share/icons</Path>
  80. <Path fileType="man">/usr/share/man</Path>
  81. <Path fileType="data">/usr/share/mime</Path>
  82. <Path fileType="data">/usr/share/wireshark</Path>
  83. <Path fileType="data">/usr/share/metainfo</Path>
  84. </Files>
  85. <Provides>
  86. <COMAR script="package.py">System.Package</COMAR>
  87. </Provides>
  88. </Package>
  89. <Package>
  90. <Name>wireshark-devel</Name>
  91. <RuntimeDependencies>
  92. <Dependency release="current">wireshark</Dependency>
  93. <Dependency>glib2-devel</Dependency>
  94. </RuntimeDependencies>
  95. <Files>
  96. <Path fileType="header">/usr/include</Path>
  97. <Path fileType="data">/usr/lib/pkgconfig</Path>
  98. </Files>
  99. </Package>
  100. <History>
  101. <Update release="2">
  102. <Date>2022-10-17</Date>
  103. <Version>4.0.0</Version>
  104. <Comment>v.bump</Comment>
  105. <Name>Ayhan Yalçınsoy</Name>
  106. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  107. </Update>
  108. <Update release="1">
  109. <Date>2021-08-23</Date>
  110. <Version>3.4.7</Version>
  111. <Comment>First release for Pisi Linux</Comment>
  112. <Name>Berk Çakar</Name>
  113. <Email>berk2238@hotmail.com</Email>
  114. </Update>
  115. </History>
  116. </PISI>