summaryrefslogtreecommitdiff
path: root/recipes/gnome-doc-utils.recipe
blob: c66ce27cc901be7a5357bed749aa21b3781c1727 (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 = 'gnome-doc-utils'
    version = '0.20.9'
    licenses = [License.LGPL]
    stype = SourceType.TARBALL
    url = 'ftp://ftp.gnome.org/pub/GNOME/sources/gnome-doc-utils/0.20/gnome-doc-utils-0.20.9.tar.xz'
    deps = ['libxml2', 'libxslt']