pspec.xml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>p8-platform</Name>
  6. <Homepage>https://github.com/Pulse-Eight/platform</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admin@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <IsA>library</IsA>
  13. <Summary>This library provides platform specific support for other libraries, and is used by libCEC and binary add-ons for Kodi</Summary>
  14. <Description>Bu kitaplık, diğer kitaplıklar için platforma özel destek sağlar ve libCEC ve Kodi için ikili eklentiler tarafından kullanılır.</Description>
  15. <Archive sha1sum="0141c1b96bf98dcf4e446d7d089617c9d1225879" type="targz">https://github.com/Pulse-Eight/platform/archive/refs/tags/p8-platform-2.1.0.1.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>cmake</Dependency>
  18. <Dependency>python3-devel</Dependency>
  19. </BuildDependencies>
  20. <!--
  21. <Patches>
  22. <Patch>p8-platform.patch</Patch>
  23. <Patch level="1">p8-platform.patch</Patch>
  24. </Patches>
  25. -->
  26. </Source>
  27. <Package>
  28. <Name>p8-platform</Name>
  29. <RuntimeDependencies>
  30. <Dependency>libgcc</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>p8-platform-devel</Name>
  39. <Summary>Development files for p8-platform</Summary>
  40. <RuntimeDependencies>
  41. <Dependency release="current">p8-platform</Dependency>
  42. </RuntimeDependencies>
  43. <Files>
  44. <Path fileType="header">/usr/include</Path>
  45. <Path fileType="data">/usr/lib/p8-platform</Path>
  46. <Path fileType="library">/usr/lib/pkgconfig</Path>
  47. </Files>
  48. </Package>
  49. <History>
  50. <Update release="1">
  51. <Date>2022-10-31</Date>
  52. <Version>2.1.0.1</Version>
  53. <Comment>First release</Comment>
  54. <Name>Pisi Linux Admins</Name>
  55. <Email>admin@pisilinux.org</Email>
  56. </Update>
  57. </History>
  58. </PISI>