libgcrypt: restore BBCLASSEXTEND
[openembedded.git] / recipes / opie-bluetoothmanager / opie-bluetoothmanager.inc
1 DESCRIPTION = "Bluetooth manager for Opie"
2 SECTION = "opie/settings"
3 PRIORITY = "optional"
4 DEPENDS = "libopietooth1 obexftp"
5 RDEPENDS = "opie-bluepin"
6 LICENSE = "GPL"
7 APPNAME = "bluetooth-manager"
8
9 S = "${WORKDIR}/manager"
10
11 EXTRA_QMAKEVARS_POST += "INCLUDEPATH+=${STAGING_INCDIR}/opietooth"
12 EXTRA_QMAKEVARS_PRE += "LIBOBEXFTP_INC_DIR=${STAGING_INCDIR}/obexftp"
13
14 inherit opie
15
16 # Files: plugins/application/libbluetooth-manager.so* bin/bluetooth-manager apps/Settings/bluetooth-manager.desktop pics/opietooth/* pics/opietooth/icons/*
17 do_install() {
18         install -d ${D}${palmtopdir}/pics/opietooth/
19         install -d ${D}${palmtopdir}/pics/opietooth/icons/
20         install -m 0644 ${WORKDIR}/pics/opietooth/*.png ${D}${palmtopdir}/pics/opietooth/
21         install -m 0644 ${WORKDIR}/pics/opietooth/icons/*.png ${D}${palmtopdir}/pics/opietooth/icons/
22 }