Added gtk+ recipe for maemo-gtk changes
[oespirit1] / mce-dev.inc
1 LICENSE = "LGPL"
2 DESCRIPTION = "Nokia MCE headers"
3
4 inherit  pkgconfig 
5
6 do_compile() {
7         # Nothing to compile in this recipe. These are just headers.
8         :
9 }
10
11 do_install() {
12         install -d ${D}${prefix}/include
13         install -d ${D}${libdir}/pkgconfig
14
15         cp -pPr include/* ${D}${prefix}/include
16         cp *.pc ${D}${libdir}/pkgconfig/
17 }
18
19 do_stage() {
20         cp -pPr include/* ${STAGING_INCDIR}/
21 }
22