pspec.xml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>perl-Locale-gettext</Name>
  6. <Homepage>http://search.cpan.org/dist/gettext</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>Artistic</License>
  12. <IsA>library</IsA>
  13. <Summary>A Perl module for accessing the GNU locale utilities</Summary>
  14. <Description>The gettext module permits access from Perl to the gettext() family of functions for retrieving message strings from databases constructed to internationalize software.</Description>
  15. <Archive sha1sum="a23d0b35269c8db49418fa8585a8dbbed6b8fefa" type="targz">http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/gettext-1.07.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>perl</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>perl-Locale-gettext</Name>
  22. <RuntimeDependencies>
  23. <Dependency>perl</Dependency>
  24. </RuntimeDependencies>
  25. <Files>
  26. <Path fileType="library">/usr/lib</Path>
  27. <Path fileType="data">/usr/share/perl</Path>
  28. <Path fileType="doc">/usr/share/doc</Path>
  29. <Path fileType="man">/usr/share/man</Path>
  30. </Files>
  31. </Package>
  32. <History>
  33. <Update release="3">
  34. <Date>2017-01-24</Date>
  35. <Version>1.07</Version>
  36. <Comment>Rebuild for new toolchain</Comment>
  37. <Name>PisiLinux Community</Name>
  38. <Email>admin@pisilinux.org</Email>
  39. </Update>
  40. <Update release="2">
  41. <Date>2016-04-27</Date>
  42. <Version>1.07</Version>
  43. <Comment>Release Bump</Comment>
  44. <Name>PisiLinux Community</Name>
  45. <Email>admin@pisilinux.org</Email>
  46. </Update>
  47. <Update release="1">
  48. <Date>2016-03-03</Date>
  49. <Version>1.07</Version>
  50. <Comment>First release</Comment>
  51. <Name>Ertuğrul Erata</Name>
  52. <Email>ertugrulerata@gmail.com</Email>
  53. </Update>
  54. </History>
  55. </PISI>