diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-10-16 10:40:04 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2006-10-16 10:40:04 +0000 |
commit | 4d5766571ab5a002eacce9784fca5c59d9040210 (patch) | |
tree | 5ae7a19989ebee023c350dfd3d5e122d5f8b079e /packages/python/python-pygobject_2.12.2.bb | |
parent | eebefa5660ca2fc72c89bee0758c415618e344f8 (diff) | |
parent | 12144a87891f5d08b84aebab20d5e97815403914 (diff) |
merge of '6fcfd7c187e5bfdb019983b87124ddc80af2462d'
and '9e9e3622c67f2361a31af731db0685c576144665'
Diffstat (limited to 'packages/python/python-pygobject_2.12.2.bb')
-rw-r--r-- | packages/python/python-pygobject_2.12.2.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/python/python-pygobject_2.12.2.bb b/packages/python/python-pygobject_2.12.2.bb new file mode 100644 index 0000000000..b184599ee0 --- /dev/null +++ b/packages/python/python-pygobject_2.12.2.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Python GObject bindings" +SECTION = "devel/python" +LICENSE = "LGPL" +PR = "ml0" + +SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/pygobject/2.12/pygobject-${PV}.tar.bz2" +S = "${WORKDIR}/pygobject-${PV}" + +inherit autotools distutils-base pkgconfig + +do_stage() { + autotools_stage_all + install -d ${STAGING_LIBDIR}/../share/pygobject/ + cp -dpfR docs/* ${STAGING_LIBDIR}/../share/pygobject/ +} |