diff options
-rw-r--r-- | packages/cairo/cairo_1.0.2.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/cairo/cairo_1.0.2.bb b/packages/cairo/cairo_1.0.2.bb new file mode 100644 index 0000000000..5db0dd127d --- /dev/null +++ b/packages/cairo/cairo_1.0.2.bb @@ -0,0 +1,14 @@ +SECTION = "libs" +PRIORITY = "optional" +DEPENDS = "x11 libpng fontconfig libxrender" +DESCRIPTION = "Cairo graphics library" +LICENSE = "MPL LGPL" +PR = "r0" + +SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz" + +inherit autotools pkgconfig + +do_stage () { +autotools_stage_all +} |