diff --git a/programming/language/perl/perl-XML-Simple/actions.py b/programming/language/perl/perl-XML-Simple/actions.py new file mode 100644 index 0000000000..2fce8ee780 --- /dev/null +++ b/programming/language/perl/perl-XML-Simple/actions.py @@ -0,0 +1,22 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import perlmodules +from pisi.actionsapi import get + +WorkDir = "XML-Simple-%s" % get.srcVERSION() + +def setup(): + perlmodules.configure() + +def build(): + perlmodules.make() + +def check(): + perlmodules.make("test") + +def install(): + perlmodules.install() diff --git a/programming/language/perl/perl-XML-Simple/pspec.xml b/programming/language/perl/perl-XML-Simple/pspec.xml new file mode 100755 index 0000000000..566d64f3a7 --- /dev/null +++ b/programming/language/perl/perl-XML-Simple/pspec.xml @@ -0,0 +1,45 @@ + + + + + perl-XML-Simple + http://search.cpan.org/~grantm/XML-Simple-2.18 + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + XML::Simple Perl module + XML::Simple is an easy API to read/write XML. This package provides XML::Simple's Perl module. + http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/XML-Simple-2.25.tar.gz + + perl + perl-XML-Parser + perl-XML-SAX + + + + + perl-XML-Simple + + perl + perl-XML-Parser + perl-XML-SAX + + + /usr/lib + /usr/share/man + + + + + + 2020-02-13 + 2.25 + First release + PisiLinux Community + admins@pisilinux.org + + + diff --git a/programming/language/perl/perl-XML-Simple/translations.xml b/programming/language/perl/perl-XML-Simple/translations.xml new file mode 100755 index 0000000000..a1676c26fd --- /dev/null +++ b/programming/language/perl/perl-XML-Simple/translations.xml @@ -0,0 +1,8 @@ + + + + perl-XML-Simple + XML::Simple Perl kütüphanesi + XML::Simple, XML okumak ve yazmak için kolay bir API'dir. Bu paket de, XML::Simple'in Perl kütüphanesini içermektedir. + +