pspec.xml 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>gettext</Name>
  6. <Homepage>http://www.gnu.org/software/gettext/gettext.html</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3+</License>
  12. <IsA>app:console</IsA>
  13. <IsA>library</IsA>
  14. <Summary>GNU libraries and utilities for producing multi-lingual messages</Summary>
  15. <Description>The GNU gettext package provides a set of tools and documentation for producing multi-lingual messages in programs. Tools include a set of conventions about how programs should be written to support message catalogs, a directory and file naming organization for the message catalogs, a runtime library which supports the retrieval of translated messages, and stand-alone programs for handling the translatable and the already translated strings. Gettext provides an easy to use library and tools for creating, using, and modifying natural language catalogs and is a powerful and simple method for internationalizing programs.</Description>
  16. <Archive sha1sum="b5d24ba2958c91fc5cc0058165837c99a0f58784" type="targz">http://ftp.gnu.org/pub/gnu/gettext/gettext-0.19.8.1.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>acl-devel</Dependency>
  19. <Dependency>glib2-devel</Dependency>
  20. <Dependency>ncurses-devel</Dependency>
  21. <Dependency>libunistring-devel</Dependency>
  22. <Dependency>libxml2-devel</Dependency>
  23. </BuildDependencies>
  24. </Source>
  25. <Package>
  26. <Name>gettext-docs</Name>
  27. <PartOf>system.doc</PartOf>
  28. <RuntimeDependencies>
  29. <Dependency>gettext</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="doc">/usr/share/doc/gettext/html</Path>
  33. </Files>
  34. </Package>
  35. <Package>
  36. <Name>gettext</Name>
  37. <RuntimeDependencies>
  38. <Dependency>acl</Dependency>
  39. <Dependency>glib2</Dependency>
  40. <Dependency>ncurses</Dependency>
  41. <Dependency>libgcc</Dependency>
  42. <Dependency>libunistring</Dependency>
  43. <Dependency>libgomp</Dependency>
  44. <Dependency>libxml2</Dependency>
  45. </RuntimeDependencies>
  46. <Files>
  47. <Path fileType="executable">/usr/bin</Path>
  48. <Path fileType="library">/usr/lib</Path>
  49. <Path fileType="data">/usr/share/gettext-0.19.8</Path>
  50. <Path fileType="data">/usr/share/gettext</Path>
  51. <Path fileType="localedata">/usr/share/locale</Path>
  52. <Path fileType="info">/usr/share/info</Path>
  53. <Path fileType="man">/usr/share/man</Path>
  54. <Path fileType="doc">/usr/share/doc</Path>
  55. </Files>
  56. </Package>
  57. <Package>
  58. <Name>gettext-devel</Name>
  59. <PartOf>system.devel</PartOf>
  60. <Summary>Development files for gettext</Summary>
  61. <RuntimeDependencies>
  62. <Dependency release="current">gettext</Dependency>
  63. </RuntimeDependencies>
  64. <Files>
  65. <Path fileType="data">/usr/share/aclocal</Path>
  66. <Path fileType="header">/usr/include</Path>
  67. <!-- FIXME: Remove this if not necessary -->
  68. <Path fileType="man">/usr/share/man/man3</Path>
  69. </Files>
  70. </Package>
  71. <History>
  72. <Update release="3">
  73. <Date>2017-02-16</Date>
  74. <Version>0.19.8.1</Version>
  75. <Comment>Version bump.</Comment>
  76. <Name>Ertuğrul Erata</Name>
  77. <Email>ertugrulerata@gmail.com</Email>
  78. </Update>
  79. <Update release="2">
  80. <Date>2016-04-27</Date>
  81. <Version>0.19.7</Version>
  82. <Comment>Release Bump</Comment>
  83. <Name>PisiLinux Community</Name>
  84. <Email>admin@pisilinux.org</Email>
  85. </Update>
  86. <Update release="1">
  87. <Date>2016-02-28</Date>
  88. <Version>0.19.7</Version>
  89. <Comment>First release</Comment>
  90. <Name>Ertuğrul Erata</Name>
  91. <Email>ertugrulerata@gmail.com</Email>
  92. </Update>
  93. </History>
  94. </PISI>