perl-FFI-CheckLib:first pisi rel

This commit is contained in:
blue-devil
2020-04-10 01:04:04 +03:00
parent 319497352a
commit 0cca041aad
3 changed files with 78 additions and 0 deletions
@@ -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")
@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-FFI-CheckLib</Name>
<Homepage>https://metacpan.org/release/FFI-CheckLib</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.perl</PartOf>
<License>Artistic</License>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>Check that a library is available for FFI</Summary>
<Description>perl-FFI-CheckLib, checks if a library is available for FFI</Description>
<Archive sha1sum="d05dffa0239c2719815328ab4436f99d49546d3e" type="targz">https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/FFI-CheckLib-0.26.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl-test2-suite</Dependency>
<Dependency>perl-test-exit</Dependency>
<Dependency>perl</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-FFI-CheckLib</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="library">/usr/lib</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-04-10</Date>
<Version>0.26</Version>
<Comment>First release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-FFI-CheckLib</Name>
<Summary xml:lang="tr">FFI için bir kitaplığın mevcut olup olmadığını kontrol eden perl modülü.</Summary>
<Description xml:lang="tr">perl-FFI-CheckLib, FFI için bir kitaplığın mevcut olup olmadığını kontrol eden perl modülü sunar.</Description>
</Source>
</PISI>