]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/maemo/hildon-control-panel_0.9.1-1.2.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / maemo / hildon-control-panel_0.9.1-1.2.bb
1 PR         = "r2"
2 LICENSE    = "GPL"
3 MAINTAINER = "Florian Boor <florian@kernelconcepts.de>"
4
5 DEPENDS = "hildon-lgpl hildon-base-lib osso-af-settings libosso hildon-libs osso-af-settings libosso-help"
6
7 SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/h/${PN}/${PN}_${PV}.tar.gz \
8            file://config-path.patch;patch=1;pnum=0 \
9            file://noWerror.patch;patch=1;pnum=0"
10
11 S = "${WORKDIR}/hildon-control-panel-0.9.1"
12
13 inherit autotools pkgconfig
14
15 FILES_${PN} += "${libdir}/dbus-1.0 ${datadir}/applications"
16
17 do_stage() {
18         install -d ${STAGING_INCDIR}/hildon-cp-plugin
19         install -m 644 *.h ${STAGING_INCDIR}/hildon-cp-plugin
20 }