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


class Recipe(recipe.Recipe):
    name = 'pixman'
    version = '0.24.4'
    license = 'MIT'

    files_libs = ['libpixman-1']
    files_devel = ['include/pixman-1', 'lib/pkgconfig/pixman-1.pc']