perl-XML-LibXML : first pisi rel

This commit is contained in:
blue-devil
2020-04-10 18:39:09 +03:00
parent e3d33e42ce
commit c6c040dc5e
3 changed files with 29 additions and 10 deletions
@@ -4,14 +4,20 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import get
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()
# suppress warning messages
pisitools.dosed("Makefile", "CCFLAGS = ", "CCFLAGS = -Wno-stringop-overflow -Wno-incompatible-pointer-types ")
# fix unused direct dependency analysis
pisitools.dosed("Makefile","LDDLFLAGS =","LDDLFLAGS = -Wl,-O1,--as-needed")
# fix runpath analysis
pisitools.dosed("Makefile","LD_RUN_PATH=\"\$\(LD_RUN_PATH\)\"", "")
def build():
perlmodules.make()
@@ -22,4 +28,4 @@ def check():
def install():
perlmodules.install()
pisitools.dodoc("README", "LICENSE", "Changes")
pisitools.dodoc("README", "LICENSE", "Changes")
@@ -1,32 +1,37 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-XML-LibXML</Name>
<Homepage>http://search.cpan.org/dist/XML-LibXML</Homepage>
<Homepage>https://metacpan.org/release/XML-LibXML</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<PartOf>programming.language.perl</PartOf>
<License>Artistic</License>
<IsA>library</IsA>
<Summary>Perl Binding for libxml2</Summary>
<Description>This module implements much of the DOM Level 2 API as an interface to the Gnome libxml2 library. This makes it a fast and highly capable validating XML parser library, as well as a high performance DOM.</Description>
<Archive sha1sum="2f900a22d1b51b208a6d165726f666a1c7c969db" type="targz">http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/XML-LibXML-2.0204.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-XML-SAX</Dependency>
<Dependency>Perl-XML-SAX-BASE</Dependency>
<Dependency>perl-XML-NamespaceSupport</Dependency>
<Dependency>Perl-XML-SAX-BASE</Dependency>
<Dependency>perl-Alien-Libxml2</Dependency>
<Dependency>perl-Alien-Build</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>perl-XML-SAX</Dependency>
<Dependency>perl</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-XML-LibXML</Name>
<Summary>Perl Binding for libxml2</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-XML-SAX</Dependency>
<Dependency>perl-XML-NamespaceSupport</Dependency>
<Dependency>perl-XML-SAX</Dependency>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
@@ -36,6 +41,13 @@
</Package>
<History>
<Update release="2">
<Date>2020-04-10</Date>
<Version>2.0204</Version>
<Comment>Fix dependencies and rpath analysis</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2020-04-09</Date>
<Version>2.0204</Version>
@@ -3,5 +3,6 @@
<Source>
<Name>perl-XML-LibXML</Name>
<Summary xml:lang="tr">libxml2 için Perl bağlayıcıları</Summary>
<Description xml:lang="tr">perl-XML-LibXML, libxml2 için Perl bağlayıcıları içerir.</Description>
</Source>
</PISI>
</PISI>