libsigc++:fix
This commit is contained in:
@@ -6,11 +6,14 @@
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
# dont waste time building examples, docs and tests
|
||||
pisitools.dosed("Makefile.in", " tests examples docs")
|
||||
|
||||
shelltools.system("./autogen.sh")
|
||||
|
||||
autotools.configure("--disable-static")
|
||||
|
||||
@@ -29,4 +32,4 @@ def install():
|
||||
pisitools.domove("/usr/share/doc/%s-2.0/*" % get.srcNAME(), "/usr/share/doc/%s/html" % get.srcNAME())
|
||||
pisitools.removeDir("/usr/share/doc/%s-2.0" % get.srcNAME())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "README", "NEWS", "TODO")
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "README", "NEWS")
|
||||
|
||||
Reference in New Issue
Block a user