grantlee-qt5 dep for kde5, qt5-tools rebuild.

This commit is contained in:
Ertuğrul Erata
2015-07-23 12:37:19 +03:00
parent 95b3e843fd
commit ba25c86a9b
4 changed files with 100 additions and 4 deletions
+20
View File
@@ -0,0 +1,20 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import cmaketools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
cmaketools.configure()
def build():
cmaketools.make()
def install():
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "CHANGELOG", "COPYING*", "README")