diff options
author | Koen Kooi <koen@openembedded.org> | 2005-07-22 00:24:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-22 00:24:37 +0000 |
commit | 7b4bcf07034713e38f850dd2b9903687cb86b3bb (patch) | |
tree | 0d80237c8715c5802b7ce8ad8e03311d35411cd2 /packages/cairo | |
parent | 70a456d4bce1993048edd449e92b0aaa2535784d (diff) |
Add new cairo snapshot
Diffstat (limited to 'packages/cairo')
-rw-r--r-- | packages/cairo/cairo_0.5.2.bb | 16 |
1 files changed, 16 insertions, 0 deletions
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 <pb@debian.org>" +# 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} +} |