perl-Gnome2-Wnck

This commit is contained in:
4fury-c3440d8
2023-01-08 04:25:13 +03:00
parent e838e4d026
commit eedaeab422
2 changed files with 71 additions and 0 deletions
@@ -0,0 +1,19 @@
#!/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
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
@@ -0,0 +1,52 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Gnome2-Wnck</Name>
<Homepage>https://metacpan.org/pod/Gnome2::Wnck</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>LGPL-2.1</License>
<IsA>library</IsA>
<PartOf>programming.language.perl</PartOf>
<Summary>Perl interface to the Window Navigator Construction Kit.</Summary>
<Description>Perl interface to the Window Navigator Construction Kit.</Description>
<Archive sha1sum="171f58fc59cd1f9db3673e48b63017d9675ff710" type="targz">
https://cpan.metacpan.org/authors/id/X/XA/XAOC/Gnome2-Wnck-0.18.tar.gz
</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Gtk2</Dependency>
<Dependency>perl-Glib</Dependency>
<Dependency>libwnck2-devel</Dependency>
<Dependency>perl-ExtUtils-Depends</Dependency>
<Dependency>perl-ExtUtils-PkgConfig</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Gnome2-Wnck</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Gtk2</Dependency>
<Dependency>perl-Glib</Dependency>
<Dependency>libwnck2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/lib/perl5/vendor_perl</Path>
<Path fileType="data">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-11-22</Date>
<Version>0.18</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>