diff --git a/programming/language/perl/perl-FFI-CheckLib/actions.py b/programming/language/perl/perl-FFI-CheckLib/actions.py new file mode 100644 index 0000000000..f0eda4e06b --- /dev/null +++ b/programming/language/perl/perl-FFI-CheckLib/actions.py @@ -0,0 +1,24 @@ +#!/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 pisitools +from pisi.actionsapi import get + +#WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION()) + +def setup(): + perlmodules.configure() + +def build(): + perlmodules.make() + +def check(): + perlmodules.make("test") + +def install(): + perlmodules.install() + pisitools.dodoc("LICENSE", "README") \ No newline at end of file diff --git a/programming/language/perl/perl-FFI-CheckLib/pspec.xml b/programming/language/perl/perl-FFI-CheckLib/pspec.xml new file mode 100644 index 0000000000..167df9eb60 --- /dev/null +++ b/programming/language/perl/perl-FFI-CheckLib/pspec.xml @@ -0,0 +1,46 @@ + + + + + perl-FFI-CheckLib + https://metacpan.org/release/FFI-CheckLib + + Blue Devil + bluedevil@sctzine.com + + programming.language.perl + Artistic + GPLv2 + library + Check that a library is available for FFI + perl-FFI-CheckLib, checks if a library is available for FFI + https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/FFI-CheckLib-0.26.tar.gz + + perl-test2-suite + perl-test-exit + perl + + + + + perl-FFI-CheckLib + + perl + + + /usr/share/doc + /usr/share/man + /usr/lib + + + + + + 2020-04-10 + 0.26 + First release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/perl/perl-FFI-CheckLib/translations.xml b/programming/language/perl/perl-FFI-CheckLib/translations.xml new file mode 100644 index 0000000000..c552de47e7 --- /dev/null +++ b/programming/language/perl/perl-FFI-CheckLib/translations.xml @@ -0,0 +1,8 @@ + + + + perl-FFI-CheckLib + FFI için bir kitaplığın mevcut olup olmadığını kontrol eden perl modülü. + perl-FFI-CheckLib, FFI için bir kitaplığın mevcut olup olmadığını kontrol eden perl modülü sunar. + + \ No newline at end of file