diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/python-pygtk_2.2.0.oe | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/python/python-pygtk_2.2.0.oe b/python/python-pygtk_2.2.0.oe index 31dc9a9ec3..464ee560b3 100644 --- a/python/python-pygtk_2.2.0.oe +++ b/python/python-pygtk_2.2.0.oe @@ -2,10 +2,12 @@ DESCRIPTION = "Python GTK+ Bindings" SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -DEPENDS = "virtual/libc gtk+ libglade" +DEPENDS = "gtk+ libglade" SRCNAME = "pygtk" SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtk/2.2/${SRCNAME}-${PV}.tar.bz2" S = "${WORKDIR}/${SRCNAME}-${PV}" inherit autotools pkgconfig + +FILES_${PN} = "${libdir}/python2.3/" |