python add new package and fix

This commit is contained in:
alihanozturk
2016-06-07 00:14:16 +03:00
parent 2660cc6bcb
commit 74e4a469fc
19 changed files with 270 additions and 148 deletions
@@ -15,9 +15,14 @@ examples = "%s/%s/" % (get.docDIR(), get.srcNAME())
shelltools.export("PYTHONDONTWRITEBYTECODE", "1")
def install():
pisitools.dosed("setup.py", "man/man1", "share/man/man1")
def setup():
shelltools.system("sed -i -e 's:man/man1:share/man/man1:g' setup.py")
def build():
pythonmodules.compile()
def install():
pythonmodules.install()
pisitools.dohtml("doc/*")