kholidays-purpose:frameworka aktarma

This commit is contained in:
Rmys
2018-05-14 16:30:41 +03:00
parent 8fd443882d
commit 3fb388e60d
11 changed files with 165824 additions and 165696 deletions
+19
View File
@@ -0,0 +1,19 @@
#!/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 pisitools
from pisi.actionsapi import kde5
def setup():
kde5.configure()
def build():
kde5.make()
def install():
kde5.install()
pisitools.dodoc("COPYING*", "README*")