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


class Recipe(recipe.Recipe):
    name = 'glib-networking'
    version = '2.30.2'
    license = 'LGPLv2'
    configure_options = "--without-ca-certificates"
    deps = ['glib', 'gnutls']

    files_misc = ['lib/gio/modules/libgiognutls%(mext)s']
    files_lang = ['glib-networking']