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