gst-plugins-good-0.10.26: move to obsolete
[openembedded.git] / recipes / maemo4 / mce-dev.inc
blob55db0d69daea5a79a6023e127d9f47fa1c272c02
1 LICENSE = "LGPL"
2 DESCRIPTION = "Nokia MCE headers"
4 inherit  pkgconfig 
6 do_compile() {
7         # Nothing to compile in this recipe. These are just headers.
8         :
11 do_install() {
12         install -d ${D}${prefix}/include
13         install -d ${D}${libdir}/pkgconfig
15         cp -pPr include/* ${D}${prefix}/include
16         cp *.pc ${D}${libdir}/pkgconfig/
19 do_stage() {
20         cp -pPr include/* ${STAGING_INCDIR}/