diff options
author | Rene Wagner <rw@handhelds.org> | 2005-08-27 00:35:47 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-27 00:35:47 +0000 |
commit | c9310255bcef16e59907891f5ef65a897bd52297 (patch) | |
tree | 8202942e8390597aa917e22fc0de92b109611d79 /packages/cairo/cairo_1.0.0.bb | |
parent | 5da3f4af1e4e6b558b6249b9db7ba89306ed9db2 (diff) | |
parent | bfe154780c963a74e76688b840786da3ffe3fbe2 (diff) |
merge of bdbeb53fb07854a8484b17504b9ab11113e0fe51
and fda50be34c5e8aeb2a40fcb38520b83eea2db043
Diffstat (limited to 'packages/cairo/cairo_1.0.0.bb')
-rw-r--r-- | packages/cairo/cairo_1.0.0.bb | 15 |
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} +} |