summaryrefslogtreecommitdiff
path: root/recipes/glib-networking.recipe
blob: f420f6f44eea400f4072d4ddda8bf46b86c73ae5 (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.32.3'
    licenses = [License.LGPLv2Plus]
    configure_options = "--without-ca-certificates"
    deps = ['glib', 'gnutls']

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