]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/cairo/cairo_cvs.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / cairo / cairo_cvs.bb
1 PV = "0.0cvs${CVSDATE}"
2 SECTION = "libs"
3 PRIORITY = "optional"
4 MAINTAINER = "Phil Blundell <pb@debian.org>"
5 # DEPENDS = "x11 libpixman libpng fontconfig libxrender xcb glitz"
6 DEPENDS = "x11 libpixman libpng fontconfig libxrender"
7 DESCRIPTION = "Cairo graphics library"
8 LICENSE = "MPL LGPL"
9 PR = "r2"
10 DEFAULT_PREFERENCE = "-1"
11 SRC_URI = "cvs://anoncvs:anoncvs@cvs.cairographics.org/cvs/cairo;module=cairo"
12 S = "${WORKDIR}/cairo"
13
14 inherit autotools pkgconfig 
15
16 do_stage () {
17         oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
18 }