summaryrefslogtreecommitdiff
path: root/recipes/py2cairo.recipe
blob: b3d4d8aa5b1f66a65e421586c55fc9aa7aa14dc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python

class Recipe(recipe.Recipe):
    name = 'py2cairo'
    version = '1.10.0'
    # either LGPLv2.1 or MPLv1.1
    licenses = [License.LGPLv2_1]
    autoreconf = True
    deps = ['cairo']

    files_python = [
        'site-packages/cairo/_cairo%(pext)s',
        'site-packages/cairo/__init__.py',
    ]
    files_devel = ['include/pycairo', 'lib/pkgconfig/pycairo.pc']