aboutsummaryrefslogtreecommitdiffstats
path: root/packages/maemo3/mce-dev_1.5.6.bb
blob: 6168cbe31e607fec56cf91f1125552b435dee3b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
LICENSE = "LGPL"
DESCRIPTION = "Nokia MCE headers"

PR = "r0"

SRC_URI = "http://archive.ubuntu.com/ubuntu/pool/universe/m/mce-dev/mce-dev_${PV}.tar.gz"

inherit  pkgconfig 

do_compile() {
        :
}


do_install() {
        install -d ${D}${prefix}/include
	install -d ${D}${libdir}/pkgconfig
	cp -pPr include/* ${D}${prefix}/include
	cp *.pc ${D}${libdir}/pkgconfig/
}

do_stage() {
        cp -pPr include/* ${STAGING_INCDIR}/
}