xpm/libxpm_3
[vuplus_openembedded] / gtk-webcore / osb-nrcit_0.5.0.oe
1 DESCRIPTION = "Gtk+ WebCore - NRCit embeddable browser component"
2 HOMEPAGE = "http://gtk-webcore.sourceforge.net/"
3 PRIORITY = "optional"
4 MAINTAINER = "Rene Wagner <rw@handhelds.org>"
5 DEPENDS = "curl osb-nrcore"
6 SECTION = "gpe"
7 PR = "r1"
8
9 SRC_URI = "${SOURCEFORGE_MIRROR}/gtk-webcore/osb-nrcit-${PV}.tar.gz"
10
11 inherit autotools pkgconfig
12
13 do_configure () {
14         autotools_do_configure
15         cd ${S}
16
17         # prevent libtool from linking libs against libstdc++, libgcc, ...
18         cat arm-linux-libtool | sed -e 's/postdeps=".*"/postdeps=""/' > arm-linux-libtool.tmp
19         mv arm-linux-libtool.tmp arm-linux-libtool
20 }
21
22 do_stage () {
23         oe_libinstall -so -C src libnrcit ${STAGING_LIBDIR}
24
25         autotools_stage_includes
26         
27         install -d ${STAGING_INCDIR}/osb
28         install -m 0644 ${S}/src/gtk/gtk-khtml.h ${STAGING_INCDIR}/osb
29         install -m 0644 ${S}/src/osb.h ${STAGING_INCDIR}/osb
30 }