perl-Unicode-Map8
This commit is contained in:
@@ -0,0 +1,19 @@
|
|||||||
|
#!/usr/bin/python
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
#
|
||||||
|
# Licensed under the GNU General Public License, version 3.
|
||||||
|
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||||
|
|
||||||
|
from pisi.actionsapi import perlmodules
|
||||||
|
|
||||||
|
def setup():
|
||||||
|
perlmodules.configure()
|
||||||
|
|
||||||
|
def build():
|
||||||
|
perlmodules.make()
|
||||||
|
|
||||||
|
def check():
|
||||||
|
perlmodules.make("test")
|
||||||
|
|
||||||
|
def install():
|
||||||
|
perlmodules.install()
|
||||||
@@ -0,0 +1,48 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>perl-Unicode-Map8</Name>
|
||||||
|
<Homepage>https://metacpan.org/pod/Unicode::Map8</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>Pisi Linux Admins</Name>
|
||||||
|
<Email>admins@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>Artistic</License>
|
||||||
|
<IsA>app:console</IsA>
|
||||||
|
<IsA>library</IsA>
|
||||||
|
<PartOf>programming.language.perl</PartOf>
|
||||||
|
<Summary>Convert between most 8bit encodings.</Summary>
|
||||||
|
<Description>A Perl module implement efficient mapping tables between 8-bit character sets and 16 bit character sets like Unicode.</Description>
|
||||||
|
<Archive sha1sum="ad8dad5e9741ff02b94dec62cb9b5926078a226a" type="targz">
|
||||||
|
https://cpan.metacpan.org/authors/id/G/GA/GAAS/Unicode-Map8-0.13.tar.gz
|
||||||
|
</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>perl</Dependency>
|
||||||
|
<Dependency>perl-Unicode-String</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>perl-Unicode-Map8</Name>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>perl</Dependency>
|
||||||
|
<Dependency>perl-Unicode-String</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
|
<Path fileType="library">/usr/lib</Path>
|
||||||
|
<Path fileType="man">/usr/share/man</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2023-01-08</Date>
|
||||||
|
<Version>0.13</Version>
|
||||||
|
<Comment>First build.</Comment>
|
||||||
|
<Name>fury</Name>
|
||||||
|
<Email>uglyside@yandex.ru</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
Reference in New Issue
Block a user