]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add latest cairo (1.0.4)
authorChris Lord <chris@openedhand.com>
Fri, 24 Mar 2006 14:30:01 +0000 (14:30 +0000)
committerChris Lord <chris@openedhand.com>
Fri, 24 Mar 2006 14:30:01 +0000 (14:30 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@339 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/packages/cairo/cairo_1.0.4.bb [new file with mode: 0644]

diff --git a/openembedded/packages/cairo/cairo_1.0.4.bb b/openembedded/packages/cairo/cairo_1.0.4.bb
new file mode 100644 (file)
index 0000000..001a33e
--- /dev/null
@@ -0,0 +1,14 @@
+SECTION = "libs"
+PRIORITY = "optional"
+MAINTAINER = "Phil Blundell <pb@debian.org>"
+DEPENDS = "x11 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
+}