diff options
Diffstat (limited to 'meta/packages/gtkhtml2')
| -rwxr-xr-x | meta/packages/gtkhtml2/gtkhtml2_cvs.bb | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/meta/packages/gtkhtml2/gtkhtml2_cvs.bb b/meta/packages/gtkhtml2/gtkhtml2_cvs.bb new file mode 100755 index 0000000000..01360b2077 --- /dev/null +++ b/meta/packages/gtkhtml2/gtkhtml2_cvs.bb | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | SECTION = "libs" | ||
| 2 | DEPENDS = "gtk+ glib-2.0 libxml2" | ||
| 3 | DESCRIPTION = "A GTK+ HTML rendering library." | ||
| 4 | LICENSE = "GPL" | ||
| 5 | MAINTAINER = "Chris Lord <chris@openedhand.com>" | ||
| 6 | PV = "2.11.0+cvs${SRCDATE}" | ||
| 7 | PR = "r3" | ||
| 8 | |||
| 9 | SRC_URI = "cvs://anonymous@anoncvs.gnome.org/cvs/gnome;module=gtkhtml2 \ | ||
| 10 | http://svn.o-hand.com/repos/web/trunk/patches/at-import_box-pos.patch;patch=1;pnum=0 \ | ||
| 11 | http://svn.o-hand.com/repos/web/trunk/patches/css-stylesheet-user.patch;patch=1;pnum=0 \ | ||
| 12 | http://svn.o-hand.com/repos/web/trunk/patches/css-media.patch;patch=1;pnum=0 \ | ||
| 13 | http://svn.o-hand.com/repos/web/trunk/patches/add-end-element-signal.patch;patch=1;pnum=0 \ | ||
| 14 | http://svn.o-hand.com/repos/web/trunk/patches/add-dom-functions.patch;patch=1;pnum=0 \ | ||
| 15 | http://svn.o-hand.com/repos/web/trunk/patches/iain-mem-leak.patch;patch=1;pnum=0" | ||
| 16 | |||
| 17 | S = "${WORKDIR}/${PN}" | ||
| 18 | |||
| 19 | inherit pkgconfig autotools | ||
| 20 | |||
| 21 | EXTRA_OECONF = " --disable-accessibility" | ||
| 22 | |||
| 23 | do_stage() { | ||
| 24 | oe_libinstall -so -C libgtkhtml libgtkhtml-2 ${STAGING_LIBDIR} | ||
| 25 | install -d ${STAGING_INCDIR}/gtkhtml-2.0/libgtkhtml | ||
| 26 | ( for i in css document dom dom/core dom/events dom/html dom/traversal dom/views graphics layout layout/html util view; do install -d ${STAGING_INCDIR}/gtkhtml-2.0/libgtkhtml/$i; install -m 0644 ${S}/libgtkhtml/$i/*.h ${STAGING_INCDIR}/gtkhtml-2.0/libgtkhtml/$i; done ) | ||
| 27 | install -m 0644 ${S}/libgtkhtml/*.h ${STAGING_INCDIR}/gtkhtml-2.0/libgtkhtml | ||
| 28 | } | ||
| 29 | |||
