pspec.xml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <PISI>
  2. <Source>
  3. <Name>docbook2x</Name>
  4. <Homepage>http://docbook2x.sourceforge.net</Homepage>
  5. <Packager>
  6. <Name>Osman Erkan</Name>
  7. <Email>osman.erkan@pisilinux.org</Email>
  8. </Packager>
  9. <License>MIT</License>
  10. <PartOf>office.docbook</PartOf>
  11. <IsA>app:gui</IsA>
  12. <Summary>docbook2X converts DocBook documents to man and Texinfo format.</Summary>
  13. <Description>docbook2X is a software package that converts DocBook documents into the traditional Unix man page format and the GNU Texinfo format.</Description>
  14. <Archive sha1sum="7dc34d420f8aae2a0c0cdb39f52146ce005bf902" type="targz">http://downloads.sourceforge.net/project/docbook2x/docbook2x/0.8.8/docbook2X-0.8.8.tar.gz</Archive>
  15. <BuildDependencies>
  16. <Dependency>docbook-xml</Dependency>
  17. <Dependency>libxml2-devel</Dependency>
  18. <Dependency>libxslt-devel</Dependency>
  19. <Dependency>perl-XML-SAX</Dependency>
  20. </BuildDependencies>
  21. <Patches>
  22. <Patch level="1">docbook2X-0.8.8-error_on_missing_refentry.patch</Patch>
  23. <Patch level="1">docbook2X-0.8.8-filename_whitespace_handling.patch</Patch>
  24. <Patch level="1">docbook2X-0.8.8-preprocessor_declaration_syntax.patch</Patch>
  25. </Patches>
  26. </Source>
  27. <Package>
  28. <Name>docbook2x</Name>
  29. <RuntimeDependencies>
  30. <Dependency>docbook-xml</Dependency>
  31. <Dependency>libxml2</Dependency>
  32. <Dependency>libxslt</Dependency>
  33. <Dependency>perl-XML-SAX</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="executable">/usr/bin</Path>
  37. <Path fileType="man">/usr/share/man</Path>
  38. <Path fileType="doc">/usr/share/doc</Path>
  39. <Path fileType="data">/usr/share</Path>
  40. </Files>
  41. </Package>
  42. <History>
  43. <Update release="1">
  44. <Date>2017-12-12</Date>
  45. <Version>0.8.8</Version>
  46. <Comment>First release</Comment>
  47. <Name>PisiLinux Community</Name>
  48. <Email>admins@pisilinux.org</Email>
  49. </Update>
  50. </History>
  51. </PISI>