re2c 0.16 new package ninja dep

This commit is contained in:
poyraz76
2016-07-09 18:19:48 +03:00
parent e1104db5ad
commit 1647c7e28b
2 changed files with 58 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
#!/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 pisitools
from pisi.actionsapi import autotools
def setup():
autotools.rawConfigure()
def build():
autotools.make()
def install():
autotools.install()