linux-nokia900-meego: minimize defconfig with savedefconfig
[openembedded.git] / recipes / libqtaux / libqtaux2.inc
blob98164a22f24a8c90e29cf74b833b504713a2aaff
1 DESCRIPTION = "Qt/Embedded 2 Auxilliary libraries"
2 HOMEPAGE = "http://opie.handhelds.org"
3 SECTION = "opie/libs"
4 PRIORITY = "optional"
5 LICENSE = "GPL"
7 INC_PR = "r2"
9 S = "${WORKDIR}/libqtaux"
11 inherit opie
13 do_compile() {
14         oe_runmake MOC=${STAGING_BINDIR_NATIVE}/moc UIC=${STAGING_BINDIR_NATIVE}/uic DESTDIR=${S}
17 do_install() {
18         install -d ${D}${includedir}/opie2
19         for i in `find . -name "*.h"`
20         do
21                 install -m 0644 $i ${D}${includedir}/opie2/`basename $i`
22         done
24         oe_libinstall -so libqtaux2 ${D}${libdir}