dbus-python fixed
This commit is contained in:
@@ -11,16 +11,8 @@ from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.makedirs("build-python2")
|
||||
#shelltools.makedirs("build-python3")
|
||||
autotools.autoreconf("-fi")
|
||||
|
||||
#shelltools.cd("build-python3")
|
||||
#shelltools.system("PYTHON=python3 ../configure --prefix=/usr \
|
||||
# --localstatedir=/var \
|
||||
# --disable-api-docs \
|
||||
# --disable-html-docs \
|
||||
# --disable-static")
|
||||
|
||||
shelltools.cd("build-python2")
|
||||
shelltools.system("../configure --prefix=/usr \
|
||||
--localstatedir=/var \
|
||||
@@ -29,9 +21,6 @@ def setup():
|
||||
--disable-static")
|
||||
|
||||
def build():
|
||||
#shelltools.cd("build-python3")
|
||||
#autotools.make()
|
||||
|
||||
shelltools.cd("build-python2")
|
||||
autotools.make()
|
||||
|
||||
@@ -42,8 +31,5 @@ def check():
|
||||
def install():
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README")
|
||||
|
||||
#shelltools.cd("build-python3")
|
||||
#autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
shelltools.cd("build-python2")
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
Reference in New Issue
Block a user