cairo: add 1.2.0
authorFlorian Boor <florian.boor@kernelconcepts.de>
Wed, 5 Jul 2006 13:07:27 +0000 (13:07 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 5 Jul 2006 13:07:27 +0000 (13:07 +0000)
packages/cairo/cairo_1.2.0.bb [new file with mode: 0644]

diff --git a/packages/cairo/cairo_1.2.0.bb b/packages/cairo/cairo_1.2.0.bb
new file mode 100644 (file)
index 0000000..61aefa9
--- /dev/null
@@ -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
+}