fix deps for pulseaudio

lirc left.
This commit is contained in:
Ertuğrul Erata
2015-07-08 12:53:44 +03:00
parent 7b57d439d4
commit ee19cd1858
15 changed files with 355 additions and 5 deletions
+17
View File
@@ -0,0 +1,17 @@
#!/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
def setup():
cmaketools.configure()
def build():
cmaketools.make()
def install():
cmaketools.install()