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

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