123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>perl-Glib</Name>
- <Homepage>https://metacpan.org/pod/Glib</Homepage>
- <Packager>
- <Name>Pisilinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPL-2.1</License>
- <IsA>library</IsA>
- <PartOf>programming.language.perl</PartOf>
- <Summary>Perl wrappers for the GLib utility and Object libraries</Summary>
- <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>
- <Archive sha1sum="5c8e7cc9130bbc4fea040d67f48b3b990f9494d7" type="targz">
- https://sourceforge.net/projects/gtk2-perl/files/Glib/1.3294/Glib-1.3294.tar.gz/download
- </Archive>
- <BuildDependencies>
- <Dependency>perl</Dependency>
- <Dependency>perl-ExtUtils-Depends</Dependency>
- <Dependency>perl-ExtUtils-PkgConfig</Dependency>
- <Dependency>gobject-introspection-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>perl-Glib</Name>
- <RuntimeDependencies>
- <Dependency>perl</Dependency>
- <Dependency>glib2</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2024-05-16</Date>
- <Version>1.3294</Version>
- <Comment>First build.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="1">
- <Date>2021-12-21</Date>
- <Version>1.3293</Version>
- <Comment>First build.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|