pspec.xml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libnftnl</Name>
  6. <Homepage>https://netfilter.org/projects/libnftnl/</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>Netfilter library providing interface to the nf_tables subsystem</Summary>
  14. <Description>nf_tables alt sistemine arayüz sağlayan Netfilter kitaplığı</Description>
  15. <Archive sha1sum="aba10d5003a851fe08685df1d4ff7b60500122d0" type="tarxz">https://netfilter.org/projects/libnftnl/files/libnftnl-1.2.6.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>libmnl-devel</Dependency>
  18. </BuildDependencies>
  19. -->
  20. <!--
  21. <Patches>
  22. <Patch>libnftnl.patch</Patch>
  23. <Patch level="1">libnftnl.patch</Patch>
  24. </Patches>
  25. -->
  26. </Source>
  27. <Package>
  28. <Name>libnftnl</Name>
  29. <RuntimeDependencies>
  30. <Dependency>libmnl</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="library">/usr/lib</Path>
  34. <Path fileType="doc">/usr/share/doc</Path>
  35. </Files>
  36. </Package>
  37. <Package>
  38. <Name>libnftnl-devel</Name>
  39. <Summary>Development files for libnftnl</Summary>
  40. <RuntimeDependencies>
  41. <Dependency>libmnl-devel</Dependency>
  42. <Dependency release="current">libnftnl</Dependency>
  43. </RuntimeDependencies>
  44. <Files>
  45. <Path fileType="header">/usr/include</Path>
  46. <Path fileType="library">/usr/lib/pkgconfig</Path>
  47. </Files>
  48. </Package>
  49. <History>
  50. <Update release="2">
  51. <Date>2023-10-13</Date>
  52. <Version>1.2.6</Version>
  53. <Comment>Version bump.</Comment>
  54. <Name>Mustafa Cinasal</Name>
  55. <Email>muscnsl@gmail.com</Email>
  56. </Update>
  57. <Update release="1">
  58. <Date>2023-01-13</Date>
  59. <Version>1.2.4</Version>
  60. <Comment>First release</Comment>
  61. <Name>PisiLinux Community</Name>
  62. <Email>admins@pisilinux.org</Email>
  63. </Update>
  64. </History>
  65. </PISI>