@@ -20,6 +20,10 @@ def build():
|
|||||||
autotools.make()
|
autotools.make()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
pisitools.rename("/usr/lib/pkgconfig/pygobject-3.0.pc", "py3gobject-3.0.pc")
|
||||||
|
pisitools.rename("/usr/include/pygobject-3.0/pygobject.h", "py3gobject.h")
|
||||||
|
|
||||||
pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README")
|
pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README")
|
||||||
|
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
|
||||||
|
|||||||
Reference in New Issue
Block a user