# -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python class Recipe(recipe.Recipe): name = 'mingw-regex' version = '2.5' licenses = [License.LGPLv2_1Plus] files_libs = ['libregex'] files_devel = ['include/regex.h'] autoreconf = True remotes = {'origin': 'https://git.code.sf.net/p/mingw/regex'} commit = '7aa7b79d53a4b275d70397b424acffc57dbcf7a2' patches = ['mingw-regex/0001-Fix-compilation.patch']