libXaw3dxft.

This commit is contained in:
uglyside
2025-06-17 09:40:37 +03:00
parent 6b3250206a
commit 2c050f5199
2 changed files with 7 additions and 5 deletions
@@ -4,7 +4,7 @@
# Licensed under the GNU General Public License, version 3. # Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt # See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools, get from pisi.actionsapi import autotools, pisitools, get
def setup(): def setup():
autotools.configure("--prefix=/usr --disable-static") autotools.configure("--prefix=/usr --disable-static")
@@ -14,3 +14,5 @@ def build():
def install(): def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR()) autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING")
@@ -2,7 +2,7 @@
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd"> <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI> <PISI>
<Source> <Source>
<Name>libXaw3dXft</Name> <Name>libXaw3dxft</Name>
<Homepage>https://github.com/DaveFlater/libXaw3dXft</Homepage> <Homepage>https://github.com/DaveFlater/libXaw3dXft</Homepage>
<Packager> <Packager>
<Name>Kamil Atlı</Name> <Name>Kamil Atlı</Name>
@@ -23,7 +23,7 @@
</Source> </Source>
<Package> <Package>
<Name>libXaw3dXft</Name> <Name>libXaw3dxft</Name>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>Xaw3d</Dependency> <Dependency>Xaw3d</Dependency>
<Dependency>libXft</Dependency> <Dependency>libXft</Dependency>
@@ -35,11 +35,11 @@
</Package> </Package>
<Package> <Package>
<Name>libXaw3dXft-devel</Name> <Name>libXaw3dxft-devel</Name>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>Xaw3d-devel</Dependency> <Dependency>Xaw3d-devel</Dependency>
<Dependency>libXft-devel</Dependency> <Dependency>libXft-devel</Dependency>
<Dependency release="current">libXaw3dXft</Dependency> <Dependency release="current">libXaw3dxft</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="header">/usr/include</Path> <Path fileType="header">/usr/include</Path>