perl-IO-HTML:first release

This commit is contained in:
blue-devil
2020-01-11 19:20:53 +00:00
parent e56889255c
commit 41995e4b5b
3 changed files with 77 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,45 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-IO-HTML</Name>
<Homepage>https://metacpan.org/pod/IO::HTML</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<License>Artistic</License>
<License>GPLv2</License>
<PartOf>programming.language.perl</PartOf>
<IsA>library</IsA>
<Summary>IO::HTML Opens an HTML file with automatic charset detection</Summary>
<Description>IO::HTML provides an easy way to open a file containing HTML while automatically determining its encoding.</Description>
<Archive sha1sum="210b60f438502744c9c31a82329b19a6f9aecf63" type="targz">https://cpan.metacpan.org/authors/id/C/CJ/CJM/IO-HTML-1.001.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-IO-HTML</Name>
<Summary>IO::HTML Opens an HTML file with automatic charset detection</Summary>
<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>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-01-11</Date>
<Version>1.001</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-IO-HTML</Name>
<Summary xml:lang="tr">IO::HTML bir HTML dosyasını otomatik karakter seti tespiti ile açar.</Summary>
<Description xml:lang="tr">perl-IO-HTML, HTML içeren dosyayı açarken otomatik karakter seti sunarak açmayı kolaylaştıran bir yol sunar.</Description>
</Source>
</PISI>