summaryrefslogtreecommitdiff
path: root/recipes/cogl.recipe
blob: 1abe85551ffa8012e589b244163a5d235a847251 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python

class Recipe(recipe.Recipe):
    name = 'cogl'
    version = '1.16.2'
    # TODO: check license - source files are LGPLv2+ and COPYING is LGPLv2.1
    licenses = [License.LGPLv2_1Plus]
    use_system_libs = True
    deps = [ 'pango', 'gdk-pixbuf' ]

    stype = SourceType.TARBALL
    url = 'http://ftp.acc.umu.se/pub/GNOME/sources/cogl/1.16/cogl-%(version)s.tar.xz'

    files_libs = ['libcogl', 'libcogl-pango']
    files_devel = [
        'lib/pkgconfig/cogl-gl-1.0.pc',
        'lib/pkgconfig/cogl-1.0.pc',
        'lib/pkgconfig/cogl-pango-1.0.pc',
        'include/cogl',
        ]
    files_lang = ['cogl']
    files_typelibs = ['Cogl-1.0', 'CoglPango-1.0']