pspec.xml 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>man-pages</Name>
  6. <Homepage>http://www.win.tue.nl/~aeb/linux/man/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>data:doc</IsA>
  13. <Summary>A somewhat comprehensive collection of Linux man pages</Summary>
  14. <Description>A large collection of man pages (documentation) from the Linux Documentation Project (LDP).</Description>
  15. <Archive sha1sum="e1e081e9f1743c409ee876c87cd244bfb5f55703" type="tarxz">https://www.kernel.org/pub/linux/docs/man-pages/man-pages-4.12.tar.xz</Archive>
  16. <Archive sha1sum="b9c65a46e2061a1b2d4ee7bcc3e46603517b1f42" target="man-pages-4.12" type="tarxz">http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/man-pages-posix-2003-a.tar.xz</Archive>
  17. </Source>
  18. <Package>
  19. <Name>man-pages</Name>
  20. <RuntimeDependencies>
  21. <Dependency>man-db</Dependency>
  22. </RuntimeDependencies>
  23. <Files>
  24. <Path fileType="doc">/usr/share/doc</Path>
  25. <Path fileType="man">/usr/share/man</Path>
  26. </Files>
  27. <AdditionalFiles>
  28. <AdditionalFile owner="root" permission="0644" target="/usr/share/man/man1/getent.1">man1/getent.1</AdditionalFile>
  29. <AdditionalFile owner="root" permission="0644" target="/usr/share/man/man1/sprof.1">man1/sprof.1</AdditionalFile>
  30. </AdditionalFiles>
  31. </Package>
  32. <History>
  33. <Update release="4">
  34. <Date>2017-12-06</Date>
  35. <Version>4.12</Version>
  36. <Comment>Version bump.</Comment>
  37. <Name>Ertuğrul Erata</Name>
  38. <Email>ertugrulerata@gmail.com</Email>
  39. </Update>
  40. <Update release="3">
  41. <Date>2017-01-24</Date>
  42. <Version>4.09</Version>
  43. <Comment>Version bump.</Comment>
  44. <Name>Ertuğrul Erata</Name>
  45. <Email>ertugrulerata@gmail.com</Email>
  46. </Update>
  47. <Update release="2">
  48. <Date>2016-04-27</Date>
  49. <Version>4.04</Version>
  50. <Comment>Release Bump</Comment>
  51. <Name>PisiLinux Community</Name>
  52. <Email>admin@pisilinux.org</Email>
  53. </Update>
  54. <Update release="1">
  55. <Date>2016-03-09</Date>
  56. <Version>4.04</Version>
  57. <Comment>First release</Comment>
  58. <Name>Alihan Öztürk</Name>
  59. <Email>alihan@pisilinux.org</Email>
  60. </Update>
  61. </History>
  62. </PISI>