cairo: add bugfix release 1.0.4
authorPhilipp Zabel <philipp.zabel@gmail.com>
Wed, 15 Mar 2006 22:15:35 +0000 (22:15 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 15 Mar 2006 22:15:35 +0000 (22:15 +0000)
packages/cairo/cairo_1.0.4.bb [new file with mode: 0644]

diff --git a/packages/cairo/cairo_1.0.4.bb b/packages/cairo/cairo_1.0.4.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
+}