From 2d4809a134ee3071fb89c0a7add8013247f6e829 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Wed, 16 Nov 2022 16:34:52 +0300 Subject: [PATCH] perl-Glib-Object-Introspection. --- .../perl-Glib-Object-Introspection/actions.py | 27 +++++++++ .../perl-Glib-Object-Introspection/pspec.xml | 60 +++++++++++++++++++ 2 files changed, 87 insertions(+) create mode 100644 programming/language/perl/perl-Glib-Object-Introspection/actions.py create mode 100644 programming/language/perl/perl-Glib-Object-Introspection/pspec.xml diff --git a/programming/language/perl/perl-Glib-Object-Introspection/actions.py b/programming/language/perl/perl-Glib-Object-Introspection/actions.py new file mode 100644 index 0000000000..26a2d6142c --- /dev/null +++ b/programming/language/perl/perl-Glib-Object-Introspection/actions.py @@ -0,0 +1,27 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import perlmodules +from pisi.actionsapi import shelltools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + shelltools.export("LDFLAGS", "%s -lz" % get.LDFLAGS()) + perlmodules.configure() + +def build(): + perlmodules.make() + +def check(): + #perlmodules.make("test") + pass + +def install(): + perlmodules.install() + + pisitools.dodoc("LICENSE", "NEWS", "README") + diff --git a/programming/language/perl/perl-Glib-Object-Introspection/pspec.xml b/programming/language/perl/perl-Glib-Object-Introspection/pspec.xml new file mode 100644 index 0000000000..56c12c6018 --- /dev/null +++ b/programming/language/perl/perl-Glib-Object-Introspection/pspec.xml @@ -0,0 +1,60 @@ + + + + + perl-Glib-Object-Introspection + https://metacpan.org/pod/Glib::Object::Introspection + + fury + uglyside@yandex.ru + + LGPL-2.1 + library + programming.language.perl + Glib::Object::Introspection - Dynamically create Perl language bindings. + + 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. + + + https://cpan.metacpan.org/authors/id/X/XA/XAOC/Glib-Object-Introspection-0.049.tar.gz + + + perl + perl-Glib + perl-Cairo + cairo-devel + perl-Cairo-Gobject + perl-ExtUtils-Depends + perl-ExtUtils-PkgConfig + gobject-introspection-devel + + + + + perl-Glib-Object-Introspection + + perl + glib2 + libffi + gobject-introspection + perl-ExtUtils-Depends + perl-ExtUtils-PkgConfig + + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/doc + + + + + + 2022-11-16 + 0.049 + First build. + fury + uglyside@yandex.ru + + +