libxmlb:updated

This commit is contained in:
blue-devil
2020-09-02 23:41:37 +02:00
parent 82edfe1bd3
commit eac1b29cce
3 changed files with 42 additions and 26 deletions
+6 -7
View File
@@ -4,20 +4,19 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import mesontools
from pisi.actionsapi import get
def setup():
mesontools.configure()
mesontools.configure("-Dgtkdoc=true \
--libexecdir=/usr/lib")
def build():
mesontools.build()
def install():
mesontools.install()
#shelltools.cd("..")
pisitools.dodoc("LICENSE", "NEWS", "README*")
pisitools.dodoc("LICENSE", "README*")
# remove installed tests
pisitools.removeDir("/usr/lib/installed-tests/")
pisitools.removeDir("/usr/share/installed-tests/")