pspec.xml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>perl-Locale-gettext</Name>
  6. <Homepage>http://search.cpan.org/dist/gettext</Homepage>
  7. <Packager>
  8. <Name>Süleyman POYRAZ</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>Artistic</License>
  12. <IsA>library</IsA>
  13. <PartOf>system.base</PartOf>
  14. <Summary>A Perl module for accessing the GNU locale utilities</Summary>
  15. <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>
  16. <!-- @@@cpan Locale::gettext -->
  17. <Archive sha1sum="a23d0b35269c8db49418fa8585a8dbbed6b8fefa" type="targz">http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/gettext-1.07.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>perl</Dependency>
  20. <Dependency>gettext-devel</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>perl-Locale-gettext</Name>
  25. <RuntimeDependencies>
  26. <Dependency>perl</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="library">/usr/lib</Path>
  30. <Path fileType="data">/usr/share/perl</Path>
  31. <Path fileType="doc">/usr/share/doc</Path>
  32. <Path fileType="man">/usr/share/man</Path>
  33. </Files>
  34. </Package>
  35. <History>
  36. <Update release="1">
  37. <Date>2020-04-24</Date>
  38. <Version>1.07</Version>
  39. <Comment>First release for SulinOS 2021</Comment>
  40. <Name>Suleyman Poyraz</Name>
  41. <Email>zaryob.dev@gmail.com</Email>
  42. </Update>
  43. </History>
  44. </INARY>