pspec.xml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>perl-Glib</Name>
  6. <Homepage>https://metacpan.org/pod/Glib</Homepage>
  7. <Packager>
  8. <Name>Pisilinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPL-2.1</License>
  12. <IsA>library</IsA>
  13. <PartOf>programming.language.perl</PartOf>
  14. <Summary>Perl wrappers for the GLib utility and Object libraries</Summary>
  15. <Description>This module provides perl access to Glib and GLib's GObject libraries. GLib is a portability and utility library; GObject provides a generic type system with inheritance and a powerful signal system. Together these libraries are used as the foundation for many of the libraries that make up the Gnome environment, and are used in many unrelated projects.</Description>
  16. <Archive sha1sum="5c8e7cc9130bbc4fea040d67f48b3b990f9494d7" type="targz">
  17. https://sourceforge.net/projects/gtk2-perl/files/Glib/1.3294/Glib-1.3294.tar.gz/download
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>perl</Dependency>
  21. <Dependency>perl-ExtUtils-Depends</Dependency>
  22. <Dependency>perl-ExtUtils-PkgConfig</Dependency>
  23. <Dependency>gobject-introspection-devel</Dependency>
  24. </BuildDependencies>
  25. </Source>
  26. <Package>
  27. <Name>perl-Glib</Name>
  28. <RuntimeDependencies>
  29. <Dependency>perl</Dependency>
  30. <Dependency>glib2</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="library">/usr/lib</Path>
  34. <Path fileType="man">/usr/share/man</Path>
  35. <Path fileType="doc">/usr/share/doc</Path>
  36. </Files>
  37. </Package>
  38. <History>
  39. <Update release="2">
  40. <Date>2024-05-16</Date>
  41. <Version>1.3294</Version>
  42. <Comment>First build.</Comment>
  43. <Name>fury</Name>
  44. <Email>uglyside@yandex.ru</Email>
  45. </Update>
  46. <Update release="1">
  47. <Date>2021-12-21</Date>
  48. <Version>1.3293</Version>
  49. <Comment>First build.</Comment>
  50. <Name>fury</Name>
  51. <Email>uglyside@yandex.ru</Email>
  52. </Update>
  53. </History>
  54. </PISI>