perl-Font-TTF:moved into main

This commit is contained in:
2016-03-17 08:35:00 +02:00
parent 494e7f582a
commit 668e7c74ec
3 changed files with 82 additions and 0 deletions
@@ -0,0 +1,30 @@
#!/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 shelltools
from pisi.actionsapi import pisitools
from pisi.actionsapi import autotools
from pisi.actionsapi import get
WorkDir="Font-TTF-%s" % get.srcVERSION()
def setup():
for d in ("README.TXT", "TODO", "Changes"):
shelltools.chmod(d, 0644)
perlmodules.configure()
def build():
perlmodules.make()
def check():
#perlmodules.make("test")
def install():
perlmodules.install()
pisitools.dodoc("README*", "TODO", "Changes")
@@ -0,0 +1,43 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Font-TTF</Name>
<Homepage>http://search.cpan.org/dist/Font-TTF</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>Perl module for TrueType Font hacking</Summary>
<Description>perl-Font-TTF is a Perl module that allows you to do almost anything to a TrueType/OpenType Font including modifying and inspecting nearly all tables.</Description>
<Archive sha1sum="2cd694692305c514335c345a4ecf12c4e3eb4dd4" type="targz">http://search.cpan.org/CPAN/authors/id/M/MH/MHOSKEN/Font-TTF-1.05.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-IO-String</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Font-TTF</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2016-03-17</Date>
<Version>1.05</Version>
<Comment>version bump</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinoys@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,9 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-Font-TTF</Name>
<Summary xml:lang="tr">TrueType yazıtipleri için Perl modülü</Summary>
<Description xml:lang="tr">perl-Font-TTF, çok sayıda dosya biçimini TrueType/OpenType yazıtipine dönüştürmenizi sağlayan bir Perl modülüdür.</Description>
</Source>
</PISI>