libXaw3dxft.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# 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
|
||||
from pisi.actionsapi import autotools, pisitools, get
|
||||
|
||||
def setup():
|
||||
autotools.configure("--prefix=/usr --disable-static")
|
||||
@@ -14,3 +14,5 @@ def build():
|
||||
|
||||
def install():
|
||||
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">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libXaw3dXft</Name>
|
||||
<Name>libXaw3dxft</Name>
|
||||
<Homepage>https://github.com/DaveFlater/libXaw3dXft</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
@@ -23,7 +23,7 @@
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libXaw3dXft</Name>
|
||||
<Name>libXaw3dxft</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>Xaw3d</Dependency>
|
||||
<Dependency>libXft</Dependency>
|
||||
@@ -35,11 +35,11 @@
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libXaw3dXft-devel</Name>
|
||||
<Name>libXaw3dxft-devel</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>Xaw3d-devel</Dependency>
|
||||
<Dependency>libXft-devel</Dependency>
|
||||
<Dependency release="current">libXaw3dXft</Dependency>
|
||||
<Dependency release="current">libXaw3dxft</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
Reference in New Issue
Block a user