summaryrefslogtreecommitdiff
path: root/recipes/gconf.recipe
blob: 528639a5f3dbb7bc170dde413baf3b91d92a4575 (plain)
1
2
3
4
5
6
7
8
9
# -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python

class Recipe(recipe.Recipe):
    name = 'gconf'
    version = '2.32.4'
    licenses = [License.LGPL]
    stype = SourceType.TARBALL
    url = 'http://ftp.gnome.org/pub/GNOME/sources/GConf/2.32/GConf-2.32.4.tar.xz'
    deps = ['orbit2', 'dbus-glib']