pspec.xml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>xdg-utils-cxx</Name>
  6. <Homepage>https://github.com/azubieta/xdg-utils-cxx</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admin@pisilinux.org</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <IsA>library</IsA>
  13. <Summary>Implementation of the FreeDesktop specifications to be used in C++ projects</Summary>
  14. <Description>Implementation of the FreeDesktop specifications to be used in C++ projects</Description>
  15. <Archive sha1sum="3f86382bca7a28f9ac4f1d92b45257ddc3398d0e" type="targz">https://github.com/azubieta/xdg-utils-cxx/archive/refs/tags/v1.0.1.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>cmake</Dependency>
  18. </BuildDependencies>
  19. <!--
  20. <Patches>
  21. <Patch>xdg-utils-cxx.patch</Patch>
  22. <Patch level="1">xdg-utils-cxx.patch</Patch>
  23. </Patches>
  24. -->
  25. </Source>
  26. <Package>
  27. <Name>xdg-utils-cxx</Name>
  28. <Files>
  29. <Path fileType="library">/usr/lib</Path>
  30. <Path fileType="doc">/usr/share/doc</Path>
  31. </Files>
  32. </Package>
  33. <Package>
  34. <Name>xdg-utils-cxx-devel</Name>
  35. <Summary>Development files for xdg-utils-cxx</Summary>
  36. <RuntimeDependencies>
  37. <Dependency release="current">xdg-utils-cxx</Dependency>
  38. </RuntimeDependencies>
  39. <Files>
  40. <Path fileType="header">/usr/include</Path>
  41. <Path fileType="data">/usr/lib/cmake</Path>
  42. </Files>
  43. </Package>
  44. <History>
  45. <Update release="1">
  46. <Date>2021-05-19</Date>
  47. <Version>1.0.1</Version>
  48. <Comment>First release</Comment>
  49. <Name>Pisi Linux Admins</Name>
  50. <Email>admin@pisilinux.org</Email>
  51. </Update>
  52. </History>
  53. </PISI>