add libXaw3dxft.

This commit is contained in:
uglyside
2025-06-17 07:36:48 +03:00
parent 748aafb6c8
commit bb580ab1a2
2 changed files with 75 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
#!/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 autotools, get
def setup():
autotools.configure("--prefix=/usr --disable-static")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+59
View File
@@ -0,0 +1,59 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libXaw3dXft</Name>
<Homepage>https://github.com/DaveFlater/libXaw3dXft</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>MIT/X11</License>
<PartOf>x11.library</PartOf>
<Summary>Athena Widgets + 3D + FreeType font support.</Summary>
<Description>libXaw3dXft is an extension of libXaw3d that adds FreeType font support.</Description>
<Archive sha1sum="40000304991e0ad6102fc1f966ccc12596c493bd" type="tarxz">https://github.com/DaveFlater/libXaw3dXft/releases/download/v1.6.3/libxaw3dxft-1.6.3.tar.xz</Archive>
<BuildDependencies>
<Dependency>Xaw3d-devel</Dependency>
<Dependency>libXft-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1"></Patch> -->
</Patches>
</Source>
<Package>
<Name>libXaw3dXft</Name>
<RuntimeDependencies>
<Dependency>Xaw3d</Dependency>
<Dependency>libXft</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<Package>
<Name>libXaw3dXft-devel</Name>
<RuntimeDependencies>
<Dependency>Xaw3d-devel</Dependency>
<Dependency>libXft-devel</Dependency>
<Dependency release="current">libXaw3dXft</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2025-06-17</Date>
<Version>1.6.3</Version>
<Comment>First release.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>