pspec.xml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libnl</Name>
  6. <Homepage>https://github.com/thom311/libnl</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>A library for applications dealing with netlink sockets</Summary>
  14. <Description>libnl is a convenience library to simplify the usage of the Linux kernel's netlink sockets interface for network manipulation.</Description>
  15. <Archive sha1sum="fd53e387fda53badcfae3d464bca916b9ce90ba6" type="targz">https://github.com/thom311/libnl/archive/libnl3_11_0.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>glibc</Dependency>
  18. <Dependency>flex</Dependency>
  19. <Dependency>bison</Dependency>
  20. <Dependency>pkgconfig</Dependency>
  21. <Dependency>libtool</Dependency>
  22. <Dependency>check</Dependency>
  23. </BuildDependencies>
  24. </Source>
  25. <Package>
  26. <Name>libnl</Name>
  27. <Files>
  28. <Path fileType="library">/usr/lib</Path>
  29. <Path fileType="doc">/usr/share/doc</Path>
  30. <Path fileType="man">/usr/share/man</Path>
  31. <Path fileType="config">/etc/libnl</Path>
  32. <Path fileType="executable">/usr/sbin</Path>
  33. <Path fileType="executable">/usr/bin</Path>
  34. </Files>
  35. </Package>
  36. <Package>
  37. <Name>libnl-devel</Name>
  38. <Summary>Development files for libnl</Summary>
  39. <RuntimeDependencies>
  40. <Dependency release="current">libnl</Dependency>
  41. </RuntimeDependencies>
  42. <Files>
  43. <Path fileType="header">/usr/include</Path>
  44. <Path fileType="data">/usr/lib/pkgconfig</Path>
  45. </Files>
  46. </Package>
  47. <History>
  48. <Update release="10">
  49. <Date>2024-10-31</Date>
  50. <Version>3.11.0</Version>
  51. <Comment>Version bump.</Comment>
  52. <Name>Pisi Linux Community</Name>
  53. <Email>admin@pisilinux.org</Email>
  54. </Update>
  55. <Update release="9">
  56. <Date>2024-04-15</Date>
  57. <Version>3.9.0</Version>
  58. <Comment>Version bump.</Comment>
  59. <Name>Mustafa Cinasal</Name>
  60. <Email>muscnsl@gmail.com</Email>
  61. </Update>
  62. <Update release="8">
  63. <Date>2023-09-04</Date>
  64. <Version>3.8.0</Version>
  65. <Comment>Version bump.</Comment>
  66. <Name>Mustafa Cinasal</Name>
  67. <Email>muscnsl@gmail.com</Email>
  68. </Update>
  69. <Update release="7">
  70. <Date>2022-07-07</Date>
  71. <Version>3.7.0</Version>
  72. <Comment>Version bump.</Comment>
  73. <Name>Mustafa Cinasal</Name>
  74. <Email>muscnsl@gmail.com</Email>
  75. </Update>
  76. <Update release="6">
  77. <Date>2020-01-14</Date>
  78. <Version>3.5.0</Version>
  79. <Comment>Rebuild</Comment>
  80. <Name>Blue DeviL</Name>
  81. <Email>bluedevil@sctzine.com</Email>
  82. </Update>
  83. <Update release="5">
  84. <Date>2019-12-05</Date>
  85. <Version>3.5.0</Version>
  86. <Comment>Version bump.</Comment>
  87. <Name>Blue DeviL</Name>
  88. <Email>bluedevil@sctzine.com</Email>
  89. </Update>
  90. <Update release="4">
  91. <Date>2018-07-29</Date>
  92. <Version>3.4.0</Version>
  93. <Comment>Rebuild.</Comment>
  94. <Name>Pisi Linux Community</Name>
  95. <Email>admin@pisilinux.org</Email>
  96. </Update>
  97. <Update release="3">
  98. <Date>2017-02-17</Date>
  99. <Version>3.2.25</Version>
  100. <Comment>Rebuild.</Comment>
  101. <Name>Pisi Linux Community</Name>
  102. <Email>admin@pisilinux.org</Email>
  103. </Update>
  104. <Update release="2">
  105. <Date>2016-06-09</Date>
  106. <Version>3.2.25</Version>
  107. <Comment>Release Bump</Comment>
  108. <Name>Pisi Linux Community</Name>
  109. <Email>admin@pisilinux.org</Email>
  110. </Update>
  111. <Update release="1">
  112. <Date>2015-07-15</Date>
  113. <Version>3.2.25</Version>
  114. <Comment>First release</Comment>
  115. <Name>Ayhan Yalçınsoy</Name>
  116. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  117. </Update>
  118. </History>
  119. </PISI>