libXfont2:new package for xorg-server

This commit is contained in:
2017-03-02 14:08:39 +03:00
parent 903463eedc
commit 300d45ac19
3 changed files with 99 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# -*- 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 autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.autoreconf("-vif")
autotools.configure("--disable-static \
--disable-devel-docs")
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README")
+62
View File
@@ -0,0 +1,62 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libXfont2</Name>
<Homepage>http://www.x.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>library</IsA>
<Summary>X.Org Xfont library</Summary>
<Description>libXfont is the Xorg library that allows using various types of fonts.</Description>
<Archive sha1sum="4cf056ab00bf631649e040051cf8e2b096cc245b" type="tarbz2">http://xorg.freedesktop.org/archive/individual/lib/libXfont2-2.0.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>libfontenc-devel</Dependency>
<Dependency>util-macros</Dependency>
<Dependency>freetype-devel</Dependency>
<Dependency>xorg-proto</Dependency>
<Dependency>xtrans</Dependency>
<Dependency>zlib-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libXfont2</Name>
<RuntimeDependencies>
<Dependency>libfontenc</Dependency>
<Dependency>zlib</Dependency>
<Dependency>freetype</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libXfont2-devel</Name>
<Summary>Development files for libXfont</Summary>
<RuntimeDependencies>
<Dependency release="current">libXfont2</Dependency>
<Dependency>libfontenc-devel</Dependency>
<Dependency>freetype-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/X11</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2017-03-02</Date>
<Version>2.0.1</Version>
<Comment>First release</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>
+14
View File
@@ -0,0 +1,14 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libXfont</Name>
<Summary xml:lang="tr">X.Org Xfont kitaplığı</Summary>
<Summary xml:lang="fr">Librairie Xfont de X.Org</Summary>
<Summary xml:lang="de">X.Org Xfont Bibliothek</Summary>
</Source>
<Package>
<Name>libXfont-devel</Name>
<Summary xml:lang="tr">libXfont için geliştirme dosyaları</Summary>
</Package>
</PISI>