cdk-5.0.20250116

This commit is contained in:
uglyside
2025-06-17 07:38:10 +03:00
parent bb580ab1a2
commit afe6ccc2b9
2 changed files with 83 additions and 77 deletions
+6 -7
View File
@@ -8,20 +8,19 @@ from pisi.actionsapi import autotools, pisitools, get
i = ''.join([
' --enable-hdr-subdir',
' --with-Xaw3d',
' --with-Xaw3dxft',
' --enable-pc-files',
' --with-Xaw3d{,xft}',
' --with-shared '
])
def setup():
# shelltools.export("CFLAGS", "")
autotools.configure(i)
autotools.configure(i)
def build():
autotools.make()
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("CHANGES")
pisitools.dodoc("CHANGES")