From: Koen Kooi Date: Fri, 22 Jul 2005 00:24:37 +0000 (+0000) Subject: Add new cairo snapshot X-Git-Tag: Release-2010-05/1~9453^2~4086^2~11^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b4bcf07034713e38f850dd2b9903687cb86b3bb;p=openembedded.git Add new cairo snapshot --- diff --git a/packages/cairo/cairo_0.5.2.bb b/packages/cairo/cairo_0.5.2.bb new file mode 100644 index 0000000000..260541c39f --- /dev/null +++ b/packages/cairo/cairo_0.5.2.bb @@ -0,0 +1,16 @@ +SECTION = "libs" +PRIORITY = "optional" +MAINTAINER = "Phil Blundell " +# DEPENDS = "x11 libpixman libpng fontconfig libxrender xcb glitz" +DEPENDS = "x11 libpixman libpng fontconfig libxrender" +DESCRIPTION = "Cairo graphics library" +LICENSE = "MPL LGPL" +PR = "r0" + +SRC_URI = "http://cairographics.org/snapshots/cairo-${PV}.tar.gz" + +inherit autotools pkgconfig + +do_stage () { + oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR} +}