libgtop ver. bum
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user