diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-05-21 20:34:38 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-05-21 20:34:38 +0000 |
commit | f8427edcc3c485430df2ada7b24bdb9c59dc42db (patch) | |
tree | 6a1742cd18a95a96d2e9e8038c7adadf2f07abd2 /python | |
parent | efed3bdc3c07a59e898e40dbd705c870d9d15198 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/05/21 22:34:23+02:00 uni-frankfurt.de!mickeyl
let the pygtk package contain files (again) :)
BKrev: 40ae67deuC8N5MfAE1taj_7PGYkELQ
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/" |