summaryrefslogtreecommitdiff
path: root/recipes/gconf.recipe
blob: da1fefed3fb18193b1bcb61de18c6de493b91d82 (plain)
1
2
3
4
5
6
7
8
9
10
# -*- 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'
    tarball_dirname = 'GConf-%(version)s'
    deps = ['orbit2', 'dbus-glib']