libgtop ver. bum

This commit is contained in:
Rmys
2023-01-16 18:47:23 +03:00
parent a335194bc7
commit 5fe657b599
2 changed files with 21 additions and 5 deletions
+11 -2
View File
@@ -6,15 +6,24 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
shelltools.system("NOCONFIGURE=1 ./autogen.sh")
autotools.configure("--disable-static \
--enable-gtk-doc")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
def install():
autotools.install()
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
# autotools.install()
pisitools.dodoc("TODO", "README", "NEWS", "ChangeLog", "AUTHORS")
pisitools.dodoc("README", "NEWS", "ChangeLog", "AUTHORS")