pspec.xml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>mandoc</Name>
  6. <Homepage>https://mandoc.bsd.lv/</Homepage>
  7. <Packager>
  8. <Name>Mustafa Cinasal</Name>
  9. <Email>muscnsl@gmail.com</Email>
  10. </Packager>
  11. <License>ISC</License>
  12. <IsA>library</IsA>
  13. <Summary>A suite of tools for compiling mdoc and man</Summary>
  14. <Description>mdoc ve man'ı derlemek için bir araç paketi</Description>
  15. <Archive sha1sum="4033a504b005e43a0642e195c1ef49609c65f1c4" type="targz">https://mandoc.bsd.lv/snapshots/mandoc-1.14.6.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>zlib-devel</Dependency>
  18. </BuildDependencies>
  19. -->
  20. <!--
  21. <Patches>
  22. <Patch>mandoc.patch</Patch>
  23. <Patch level="1">mandoc.patch</Patch>
  24. </Patches>
  25. -->
  26. </Source>
  27. <Package>
  28. <Name>mandoc</Name>
  29. <RuntimeDependencies>
  30. <Dependency>zlib</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="executable">/usr/bin</Path>
  34. <Path fileType="executable">/usr/sbin</Path>
  35. <Path fileType="man">/usr/share/man</Path>
  36. <Path fileType="doc">/usr/share/doc</Path>
  37. </Files>
  38. </Package>
  39. <History>
  40. <Update release="1">
  41. <Date>2023-03-12</Date>
  42. <Version>1.14.6</Version>
  43. <Comment>First release</Comment>
  44. <Name>Mustafa Cinasal</Name>
  45. <Email>muscnsl@gmail.com</Email>
  46. </Update>
  47. </History>
  48. </PISI>