From: Philipp Zabel Date: Wed, 15 Mar 2006 22:15:35 +0000 (+0000) Subject: cairo: add bugfix release 1.0.4 X-Git-Tag: Release-2010-05/1~9453^2~2232^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5057d8a6761f19513eb2ad2ad3e6ea11142c87e;p=openembedded.git cairo: add bugfix release 1.0.4 --- diff --git a/packages/cairo/cairo_1.0.4.bb b/packages/cairo/cairo_1.0.4.bb new file mode 100644 index 0000000000..61aefa91f5 --- /dev/null +++ b/packages/cairo/cairo_1.0.4.bb @@ -0,0 +1,13 @@ +SECTION = "libs" +PRIORITY = "optional" +DEPENDS = "libx11 libpng fontconfig libxrender" +DESCRIPTION = "Cairo graphics library" +LICENSE = "MPL LGPL" + +SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz" + +inherit autotools pkgconfig + +do_stage () { +autotools_stage_all +}