pspec.xml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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-Object-Introspection</Name>
  6. <Homepage>https://metacpan.org/pod/Glib::Object::Introspection</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>Glib::Object::Introspection - Dynamically create Perl language bindings.</Summary>
  15. <Description>
  16. Glib::Object::Introspection uses the gobject-introspection and libffi projects to dynamically create Perl bindings for a wide variety of libraries. Examples include gtk+, webkit, libsoup and many more.
  17. </Description>
  18. <Archive sha1sum="0eb18bebb83a22a4fcf4e9f2f521ce2cff4cd148" type="targz">
  19. https://cpan.metacpan.org/authors/id/X/XA/XAOC/Glib-Object-Introspection-0.049.tar.gz
  20. </Archive>
  21. <BuildDependencies>
  22. <Dependency>perl</Dependency>
  23. <Dependency>perl-Glib</Dependency>
  24. <Dependency>perl-Cairo</Dependency>
  25. <Dependency>cairo-devel</Dependency>
  26. <Dependency>perl-Cairo-Gobject</Dependency>
  27. <Dependency>perl-ExtUtils-Depends</Dependency>
  28. <Dependency>perl-ExtUtils-PkgConfig</Dependency>
  29. <Dependency>gobject-introspection-devel</Dependency>
  30. </BuildDependencies>
  31. </Source>
  32. <Package>
  33. <Name>perl-Glib-Object-Introspection</Name>
  34. <RuntimeDependencies>
  35. <Dependency>perl</Dependency>
  36. <Dependency>glib2</Dependency>
  37. <Dependency>libffi</Dependency>
  38. <Dependency>gobject-introspection</Dependency>
  39. <Dependency>perl-ExtUtils-Depends</Dependency>
  40. <Dependency>perl-ExtUtils-PkgConfig</Dependency>
  41. </RuntimeDependencies>
  42. <Files>
  43. <Path fileType="executable">/usr/bin</Path>
  44. <Path fileType="library">/usr/lib</Path>
  45. <Path fileType="man">/usr/share/man</Path>
  46. <Path fileType="doc">/usr/share/doc</Path>
  47. </Files>
  48. </Package>
  49. <History>
  50. <Update release="3">
  51. <Date>2024-05-16</Date>
  52. <Version>0.049</Version>
  53. <Comment>Rebuild.</Comment>
  54. <Name>fury</Name>
  55. <Email>uglyside@yandex.ru</Email>
  56. </Update>
  57. <Update release="2">
  58. <Date>2023-10-29</Date>
  59. <Version>0.049</Version>
  60. <Comment>Rebuild.</Comment>
  61. <Name>fury</Name>
  62. <Email>uglyside@yandex.ru</Email>
  63. </Update>
  64. <Update release="1">
  65. <Date>2022-11-16</Date>
  66. <Version>0.049</Version>
  67. <Comment>First build.</Comment>
  68. <Name>fury</Name>
  69. <Email>uglyside@yandex.ru</Email>
  70. </Update>
  71. </History>
  72. </PISI>