re2:First release qt5-webengine

This commit is contained in:
Rmys
2018-05-22 16:04:04 +03:00
parent 9e1a1f93be
commit 6c0b96b3a0
7 changed files with 4091 additions and 1764 deletions
+17
View File
@@ -0,0 +1,17 @@
#!/usr/bin/env 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 autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s prefix=/usr" % get.installDIR())
pisitools.dodoc("AUTHORS", "CONT*", "README")