summaryrefslogtreecommitdiff
path: root/recipes/build-tools/mingw-regex.recipe
blob: 28ea57739f4b075122c6c99166d60bba9436605e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# -*- 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']