diff --git a/system/devel/re2c/actions.py b/system/devel/re2c/actions.py new file mode 100644 index 00000000..bd802f57 --- /dev/null +++ b/system/devel/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/system/devel/re2c/pspec.xml b/system/devel/re2c/pspec.xml new file mode 100644 index 00000000..950b493a --- /dev/null +++ b/system/devel/re2c/pspec.xml @@ -0,0 +1,54 @@ + + + + + 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/1.0.3/re2c-1.0.3.tar.gz + + gcc + + + + re2c + + /usr/bin/ + /usr/lib/ + /usr/include/re2c/* + /usr/lib/pkgconfig/ + /usr/share/man/* + + + + + 2018-08-05 + 1.0.3 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-04-23 + 0.16 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-07-09 + 0.16 + First release + Ergün Salman + Poyraz76@pisilinux.org + + +