summaryrefslogtreecommitdiff
path: root/recipes/gnome-doc-utils.recipe
blob: c8aa7c05b234c0cb9d1469e32f38036bfef35f84 (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 = 'http://ftp.gnome.org/pub/GNOME/sources/gnome-doc-utils/0.20/gnome-doc-utils-0.20.9.tar.xz'
    deps = ['libxml2', 'libxslt']