summaryrefslogtreecommitdiff
path: root/recipes/glib-networking.recipe
blob: b2fcb9678074d6e5bc5e159847d917541cfc6dfb (plain)
1
2
3
4
5
6
7
8
9
10
11
# -*- 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']