pspec.xml 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>md4c</Name>
  6. <Homepage>https://github.com/mity/md4c</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <IsA>library</IsA>
  13. <Summary>C Markdown parser</Summary>
  14. <Description>C Markdown parser</Description>
  15. <Archive sha1sum="cfbf9730fc3019310a2105f00fda6cea0e4643ce" type="targz">https://github.com/mity/md4c/archive/release-0.4.8.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>cmake</Dependency>
  18. </BuildDependencies>
  19. <!--
  20. <Patches>
  21. <Patch>md4c.patch</Patch>
  22. <Patch level="1">md4c.patch</Patch>
  23. </Patches>
  24. -->
  25. </Source>
  26. <Package>
  27. <Name>md4c</Name>
  28. <RuntimeDependencies>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="executable">/usr/bin</Path>
  32. <Path fileType="library">/usr/lib</Path>
  33. <Path fileType="data">/usr/share</Path>
  34. <Path fileType="man">/usr/share/man</Path>
  35. <Path fileType="doc">/usr/share/doc</Path>
  36. </Files>
  37. </Package>
  38. <Package>
  39. <Name>md4c-devel</Name>
  40. <Summary>Development files for md4c</Summary>
  41. <RuntimeDependencies>
  42. <Dependency release="current">md4c</Dependency>
  43. </RuntimeDependencies>
  44. <Files>
  45. <Path fileType="header">/usr/include</Path>
  46. <Path fileType="data">/usr/lib/cmake</Path>
  47. <Path fileType="library">/usr/lib/pkgconfig</Path>
  48. </Files>
  49. </Package>
  50. <History>
  51. <Update release="2">
  52. <Date>2022-10-05</Date>
  53. <Version>0.4.8</Version>
  54. <Comment>Version bump.</Comment>
  55. <Name>Mustafa Cinasal</Name>
  56. <Email>muscnsl@gmail.com</Email>
  57. </Update>
  58. <Update release="1">
  59. <Date>2020-01-15</Date>
  60. <Version>0.4.2</Version>
  61. <Comment>First release</Comment>
  62. <Name>PisiLinux Community</Name>
  63. <Email>admins@pisilinux.org</Email>
  64. </Update>
  65. </History>
  66. </PISI>