perl-Alien-Libxml2 : first pisi rel
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
#!/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("README", "LICENSE", "Changes")
|
||||
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-Alien-Libxml2</Name>
|
||||
<Homepage>https://metacpan.org/release/Alien-libxml2</Homepage>
|
||||
<Packager>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Packager>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<License>Artistic</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Installs the C libxml2 library on your system.</Summary>
|
||||
<Description>This module provides libxml2 for other modules to use.</Description>
|
||||
<Archive sha1sum="1e284c1e5596f999dfe8615958974f71ae29343a" type="targz">https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Libxml2-0.15.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl-Alien-Build</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<Dependency>perl</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>perl-Alien-Libxml2</Name>
|
||||
<Summary>Installs the C libxml2 library on your system.</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl-Alien-Build</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
<Dependency>perl</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-04-10</Date>
|
||||
<Version>0.15</Version>
|
||||
<Comment>First Pisi 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-Alien-Libxml2</Name>
|
||||
<Summary xml:lang="tr">Diğer modüllerin libxml2 kullanabilmesi için Perl bağlayıcıları.</Summary>
|
||||
<Description xml:lang="tr">perl-Alien-Libxml2, diğer modüllerın lıbxml2 modülünü kullanabilmesi için gerekli modülleri sağlar.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user