pspec.xml 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>sdl2-net</Name>
  6. <Homepage>https://github.com/libsdl-org/SDL_net</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>Zlib</License>
  12. <IsA>library</IsA>
  13. <Summary>SDL network library 2.0 series</Summary>
  14. <Description>sdl-mixer is a SDL library for network access.</Description>
  15. <Archive sha1sum="9154bd0898399dbe98c4525b0f3fcaf5b15c64fc" type="targz">
  16. https://github.com/libsdl-org/SDL_net/releases/download/release-2.2.0/SDL2_net-2.2.0.tar.gz
  17. </Archive>
  18. <BuildDependencies>
  19. <Dependency>libsdl2-devel</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>sdl2-net</Name>
  24. <RuntimeDependencies>
  25. <Dependency>libsdl2</Dependency>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="library">/usr/lib</Path>
  29. <Path fileType="doc">/usr/share/doc</Path>
  30. </Files>
  31. </Package>
  32. <Package>
  33. <Name>sdl2-net-devel</Name>
  34. <Summary>Development files for sdl-net</Summary>
  35. <RuntimeDependencies>
  36. <Dependency release="current">sdl2-net</Dependency>
  37. <Dependency>libsdl2-devel</Dependency>
  38. </RuntimeDependencies>
  39. <Files>
  40. <Path fileType="header">/usr/include</Path>
  41. <Path fileType="data">/usr/lib/pkgconfig</Path>
  42. </Files>
  43. </Package>
  44. <History>
  45. <Update release="6">
  46. <Date>2023-01-24</Date>
  47. <Version>2.2.0</Version>
  48. <Comment>Version bump.</Comment>
  49. <Name>fury</Name>
  50. <Email>uglyside@yandex.ru</Email>
  51. </Update>
  52. <Update release="5">
  53. <Date>2020-03-07</Date>
  54. <Version>2.0.1</Version>
  55. <Comment>Rebuild New T.</Comment>
  56. <Name>Mustafa Cinasal</Name>
  57. <Email>muscnsl@gmail.com</Email>
  58. </Update>
  59. <Update release="4">
  60. <Date>2018-09-01</Date>
  61. <Version>2.0.1</Version>
  62. <Comment>Rebuild New T.</Comment>
  63. <Name>Mustafa Cinasal</Name>
  64. <Email>muscnsl@gmail.com</Email>
  65. </Update>
  66. <Update release="3">
  67. <Date>2017-03-09</Date>
  68. <Version>2.0.1</Version>
  69. <Comment>Rebuild for new toolchain.</Comment>
  70. <Name>Pisi Linux Community</Name>
  71. <Email>admin@pisilinux.org</Email>
  72. </Update>
  73. <Update release="2">
  74. <Date>2016-06-09</Date>
  75. <Version>2.0.1</Version>
  76. <Comment>Release Bump</Comment>
  77. <Name>Pisi Linux Community</Name>
  78. <Email>admin@pisilinux.org</Email>
  79. </Update>
  80. <Update release="1">
  81. <Date>2016-04-11</Date>
  82. <Version>2.0.1</Version>
  83. <Comment>First release</Comment>
  84. <Name>Mathias Freire</Name>
  85. <Email>mathiasfreire45@gmail.com</Email>
  86. </Update>
  87. </History>
  88. </PISI>