mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3182 311d38ba-8fff-0310-9ca6-ca027cbcb966
17 lines
407 B
BlitzBasic
17 lines
407 B
BlitzBasic
DESCRIPTION = "Python Bindings for the Cairo canvas library"
|
|
SECTION = "python-devel"
|
|
HOMEPAGE = "http://cairographics.org/pycairo"
|
|
LICENSE = "LGPL MPL"
|
|
DEPENDS = "cairo"
|
|
PR = "ml0"
|
|
|
|
SRC_URI = "http://cairographics.org/releases/pycairo-${PV}.tar.gz"
|
|
S = "${WORKDIR}/pycairo-${PV}"
|
|
|
|
inherit distutils pkgconfig
|
|
|
|
do_stage() {
|
|
install -d ${STAGING_INCDIR}
|
|
install -m 0644 cairo/pycairo.h ${STAGING_INCDIR}
|
|
}
|