pspec.xml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>mxml</Name>
  6. <Homepage>https://www.msweet.org/mxml</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>Apache</License>
  12. <IsA>library</IsA>
  13. <Summary>Tiny XML library.</Summary>
  14. <Description>Mini-XML is a small XML parsing library that you can use to read XML data files or strings in your application without requiring large non-standard libraries.</Description>
  15. <Archive sha1sum="8ae4ee261ba4708e8cbf00bda2643de86930a069" type="targz">https://github.com/michaelrsweet/mxml/releases/download/v3.3.1/mxml-3.3.1.tar.gz</Archive>
  16. <Patches>
  17. <!-- <Patch level="1"></Patch> -->
  18. </Patches>
  19. </Source>
  20. <Package>
  21. <Name>mxml</Name>
  22. <Files>
  23. <Path fileType="library">/usr/lib/libmxml*</Path>
  24. <Path fileType="man">/usr/share/man</Path>
  25. <Path fileType="doc">/usr/share/doc</Path>
  26. </Files>
  27. </Package>
  28. <Package>
  29. <Name>mxml-devel</Name>
  30. <Summary>Development files for mxml</Summary>
  31. <RuntimeDependencies>
  32. <Dependency release="current">mxml</Dependency>
  33. </RuntimeDependencies>
  34. <Files>
  35. <Path fileType="header">/usr/include</Path>
  36. <Path fileType="data">/usr/lib/pkgconfig</Path>
  37. </Files>
  38. </Package>
  39. <History>
  40. <Update release="1">
  41. <Date>2023-08-07</Date>
  42. <Version>3.3.1</Version>
  43. <Comment>First release</Comment>
  44. <Name>Kamil Atlı</Name>
  45. <Email>suvari@pisilinux.org</Email>
  46. </Update>
  47. </History>
  48. </PISI>