Merge pull request #8402 from blue-devil/master
perl-FFI-CheckLib fixed
This commit is contained in:
@@ -64796,6 +64796,51 @@ to create header files and sources from protocol files.</Description>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<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>
|
||||
<License>Artistic</License>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<Summary xml:lang="en">Check that a library is available for FFI</Summary>
|
||||
<Summary xml:lang="tr">FFI için bir kitaplığın mevcut olup olmadığını kontrol eden perl modülü.</Summary>
|
||||
<Description xml:lang="en">perl-FFI-CheckLib, checks if a library is available for FFI</Description>
|
||||
<Description xml:lang="tr">perl-FFI-CheckLib, FFI için bir kitaplığın mevcut olup olmadığını kontrol eden perl modülü sunar.</Description>
|
||||
<Archive type="targz" sha1sum="d05dffa0239c2719815328ab4436f99d49546d3e" name="FFI-CheckLib-0.26.tar.gz">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>
|
||||
<SourceURI>programming/language/perl/perl-FFI-CheckLib/pspec.xml</SourceURI>
|
||||
</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>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>perl-CGI</Name>
|
||||
|
||||
@@ -1 +1 @@
|
||||
57a682449cdaac3490ed965fd3497a3e39cf6b1e
|
||||
b479dd945d1edbb3dd835b9aa889a8e5fc1d2d70
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
1b31b59a2d8df58fc0579bc9750f8b61d43fa89b
|
||||
be51445a1c7ba451d626b78fea2c2c784c3e181a
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user