diff --git a/programming/misc/re2c/actions.py b/programming/misc/re2c/actions.py new file mode 100644 index 0000000000..bd802f575a --- /dev/null +++ b/programming/misc/re2c/actions.py @@ -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() + diff --git a/programming/misc/re2c/pspec.xml b/programming/misc/re2c/pspec.xml new file mode 100644 index 0000000000..5fd0ba96c7 --- /dev/null +++ b/programming/misc/re2c/pspec.xml @@ -0,0 +1,40 @@ + + + + + re2c + https://github.com/skvadrik/re2c + + Ergün Salman + Poyraz76@pisilinux.org + + GPL + re2c + Libry + A tool for generating C-based recognizers from regular expressions + ACM Letters on Programming Languages and Systems (LOPLAS) + https://github.com/skvadrik/re2c/releases/download/0.16/re2c-0.16.tar.gz + + gcc + + + + re2c + + /usr/bin/ + /usr/lib/ + /usr/include/re2c/* + /usr/lib/pkgconfig/ + /usr/share/man/* + + + + + 2015-09-01 + 0.5.2 + First release + Ergün Salman + Poyraz76@pisilinux.org + + +