summaryrefslogtreecommitdiff
path: root/recipes/pygoocanvas.recipe
blob: 35584eb4c4485691fbeafeaca56225a898e45cb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python


class Recipe(recipe.Recipe):
    name = 'pygoocanvas'
    version = '0.14.1'
    licenses = [License.LGPL]
    stype = SourceType.TARBALL
    url = 'http://ftp.gnome.org/pub/GNOME/sources/pygoocanvas/0.14/pygoocanvas-0.14.1.tar.bz2'
    deps = ['glib', 'goocanvas', 'pygobject', 'pygtk', 'py2cairo']

    files_devel = ['lib/pkgconfig/pygoocanvas.pc']
    files_python = ['site-packages/goocanvasmodule%(pext)s']