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


class Recipe(recipe.Recipe):
    name = 'freetype'
    version = '2.4.10'
    licenses = [License.FreeType]
    configure_tpl = "%(config-sh)s --prefix=%(prefix)s --libdir=%(libdir)s"
    force_configure = True

    files_libs = ['libfreetype']
    files_devel = ['bin/freetype-config',
                   'lib/pkgconfig/freetype2.pc',
                   'include/ft2build.h',
                   'include/freetype2',
                   'share/aclocal/freetype2.m4']