pspec.xml 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libmnl</Name>
  6. <Homepage>https://netfilter.org/projects/libmnl/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <PartOf>network.library</PartOf>
  12. <License>LGPLv2.1</License>
  13. <IsA>library</IsA>
  14. <Summary>libmnl is a minimalistic user-space library for Netlink developers.</Summary>
  15. <Description>libmnl is a minimalistic user-space library for Netlink developers. There are a lot of common tasks involved in parsing, validating, and constructing both the Netlink header and TLVs that are repetitive and easy to get wrong.</Description>
  16. <Archive sha1sum="63c6456b77f7978a7b37e62c1b38346b2ef2d91c" type="tarbz2">https://netfilter.org/projects/libmnl/files/libmnl-1.0.5.tar.bz2</Archive>
  17. </Source>
  18. <Package>
  19. <Name>libmnl</Name>
  20. <Summary>libmnl is a minimalistic user-space library for Netlink developers.</Summary>
  21. <Files>
  22. <Path fileType="man">/usr/share/man/</Path>
  23. <Path fileType="doc">/usr/share/doc/libmnl</Path>
  24. <Path fileType="library">/usr/lib/libmnl.so</Path>
  25. <Path fileType="library">/usr/lib/libmnl.so.0</Path>
  26. <Path fileType="library">/usr/lib/libmnl.so.0.2.0</Path>
  27. </Files>
  28. </Package>
  29. <Package>
  30. <Name>libmnl-devel</Name>
  31. <Summary>Development files for libmnl</Summary>
  32. <RuntimeDependencies>
  33. <Dependency release="current">libmnl</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="header">/usr/include/libmnl</Path>
  37. <Path fileType="library">/usr/lib/pkgconfig/libmnl.pc</Path>
  38. </Files>
  39. </Package>
  40. <History>
  41. <Update release="6">
  42. <Date>2022-08-03</Date>
  43. <Version>1.0.5</Version>
  44. <Comment>Version bump.</Comment>
  45. <Name>Mustafa Cinasal</Name>
  46. <Email>muscnsl@gmail.com</Email>
  47. </Update>
  48. <Update release="5">
  49. <Date>2020-04-10</Date>
  50. <Version>1.0.4</Version>
  51. <Comment>Patch version bump.</Comment>
  52. <Name>Blue Devil</Name>
  53. <Email>bluedevil@sctzine.com</Email>
  54. </Update>
  55. <Update release="4">
  56. <Date>2016-03-13</Date>
  57. <Version>1.0.3</Version>
  58. <Comment>Rebuilt with docker</Comment>
  59. <Name>İbrahim KARAGÜZEL</Name>
  60. <Email>karaguzelibrahim@gmail.com</Email>
  61. </Update>
  62. <Update release="3">
  63. <Date>2014-03-09</Date>
  64. <Version>1.0.3</Version>
  65. <Comment>Rebuild.</Comment>
  66. <Name>Kamil Atlı</Name>
  67. <Email>suvarice@gmail.com</Email>
  68. </Update>
  69. <Update release="2">
  70. <Date>2013-07-28</Date>
  71. <Version>1.0.3</Version>
  72. <Comment>Move pc files to devel pack, rebuild</Comment>
  73. <Name>Osman Erkan</Name>
  74. <Email>osman.erkan@pisilinux.org</Email>
  75. </Update>
  76. <Update release="1">
  77. <Date>2012-09-02</Date>
  78. <Version>1.0.3</Version>
  79. <Comment>First release</Comment>
  80. <Name>Osman Erkan</Name>
  81. <Email>osman.erkan@pisilinux.org</Email>
  82. </Update>
  83. </History>
  84. </PISI>