aboutsummaryrefslogtreecommitdiffstats
path: root/packages/cairo
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-08-24 20:37:06 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-24 20:37:06 +0000
commit964c5ef136724d6a60d4b3520df768db8a6e6035 (patch)
tree2c49e15f8b319d1a0e76bb2e2ea006ed9df04802 /packages/cairo
parent44b21ada29515bef4ce6ebd3ce33eebe99370043 (diff)
downloadopenembedded-964c5ef136724d6a60d4b3520df768db8a6e6035.tar.gz
Add cairo 1.0.0
Diffstat (limited to 'packages/cairo')
-rw-r--r--packages/cairo/cairo_1.0.0.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/cairo/cairo_1.0.0.bb b/packages/cairo/cairo_1.0.0.bb
new file mode 100644
index 0000000000..aa97a9f4de
--- /dev/null
+++ b/packages/cairo/cairo_1.0.0.bb
@@ -0,0 +1,15 @@
+SECTION = "libs"
+PRIORITY = "optional"
+MAINTAINER = "Phil Blundell <pb@debian.org>"
+DEPENDS = "x11 libpng fontconfig libxrender"
+DESCRIPTION = "Cairo graphics library"
+LICENSE = "MPL LGPL"
+PR = "r1"
+
+SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz"
+
+inherit autotools pkgconfig
+
+do_stage () {
+ oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
+}