perl-mime-charset: new package

This commit is contained in:
suvari
2026-04-12 16:25:16 +03:00
parent 27611f8905
commit 8a4e4c7245
7 changed files with 329 additions and 131 deletions
@@ -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="MIME-Charset-%s" % get.srcVERSION()
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
pisitools.dodoc("COPYING", "README")
@@ -0,0 +1,44 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-mime-charset</Name>
<Homepage>https://metacpan.org/release/MIME-Charset</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>GPL, PerlArtistic</License>
<IsA>library</IsA>
<Summary>Charset Information for MIME</Summary>
<Description>Charset Information for MIME</Description>
<Archive sha1sum="7da7dd02a34d6b96a692678fd6bc80ed4b802b27" type="targz">https://www.cpan.org/authors/id/N/NE/NEZUMI/MIME-Charset-1.013.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Test-Pod</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-mime-charset</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/perl5/vendor_perl/MIME</Path>
<Path fileType="data">/usr/share/perl5/vendor_perl/POD2</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2026-04-12</Date>
<Version>1.013.1</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-mime-charset</Name>
<Summary xml:lang="tr">MIME için Karakter Kümesi Bilgileri</Summary>
<Description xml:lang="tr">MIME için Karakter Kümesi Bilgileri</Description>
</Source>
</PISI>