diff --git a/programming/language/perl/perl-Text-Iconv/actions.py b/programming/language/perl/perl-Text-Iconv/actions.py new file mode 100644 index 0000000000..8019e781c5 --- /dev/null +++ b/programming/language/perl/perl-Text-Iconv/actions.py @@ -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() diff --git a/programming/language/perl/perl-Text-Iconv/pspec.xml b/programming/language/perl/perl-Text-Iconv/pspec.xml new file mode 100644 index 0000000000..7de02631eb --- /dev/null +++ b/programming/language/perl/perl-Text-Iconv/pspec.xml @@ -0,0 +1,45 @@ + + + + + perl-Text-Iconv + https://metacpan.org/pod/Text::Iconv + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + programming.language.perl + A Perl interface to the iconv() codeset conversion function. + This module provides a Perl interface to the iconv() codeset conversion function, as defined by the Single UNIX Specification. + + https://cpan.metacpan.org/authors/id/M/MP/MPIOTR/Text-Iconv-1.7.tar.gz + + + perl + + + + + perl-Text-Iconv + + perl + + + /usr/lib + /usr/share/man + + + + + + 2023-01-08 + 1.7 + First build. + fury + uglyside@yandex.ru + + + +