diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-11-15 14:11:12 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-11-15 14:11:12 +0000 |
commit | f11feacddf98d506902a7666bf795e1d1b7aa867 (patch) | |
tree | 26ed51f0d12a38874b510dd0bc4ce0c2ae85f431 | |
parent | 6a5d2ced26e948ce47079fbe356bd934a810281b (diff) | |
download | poky-f11feacddf98d506902a7666bf795e1d1b7aa867.tar.gz |
python-pycairo: added 1.4.0 from OE (needed by python-pygtk 2.10)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3182 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta-extras/packages/python/python-pycairo_1.4.0.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-extras/packages/python/python-pycairo_1.4.0.bb b/meta-extras/packages/python/python-pycairo_1.4.0.bb new file mode 100644 index 0000000000..a74c59fdaa --- /dev/null +++ b/meta-extras/packages/python/python-pycairo_1.4.0.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | DESCRIPTION = "Python Bindings for the Cairo canvas library" | ||
2 | SECTION = "python-devel" | ||
3 | HOMEPAGE = "http://cairographics.org/pycairo" | ||
4 | LICENSE = "LGPL MPL" | ||
5 | DEPENDS = "cairo" | ||
6 | PR = "ml0" | ||
7 | |||
8 | SRC_URI = "http://cairographics.org/releases/pycairo-${PV}.tar.gz" | ||
9 | S = "${WORKDIR}/pycairo-${PV}" | ||
10 | |||
11 | inherit distutils pkgconfig | ||
12 | |||
13 | do_stage() { | ||
14 | install -d ${STAGING_INCDIR} | ||
15 | install -m 0644 cairo/pycairo.h ${STAGING_INCDIR} | ||
16 | } | ||