Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / xfce-mcs-manager / xfce-mcs-manager_4.0.5.oe
1 # xfce-mcs-manager OE build file
2 # Copyright (C) 2004, Advanced Micro Devices, Inc.  All Rights Reserved
3 # Released under the MIT license (see packages/COPYING)
4
5 DESCRIPTION="XFCE4 Settings manager."
6 SECTION = "x11/wm"
7
8 DEPENDS="libxfcegui4 libxfce4mcs"
9
10 inherit xfce 
11
12 FILES_${PN} += " /usr/share/xfce4/doc/C"
13
14 do_stage() {
15         install -d ${STAGING_INCDIR}/xfce4
16         install -d ${STAGING_INCDIR}/xfce4/xfce-mcs-manager
17         install -m 644 xfce-mcs-manager/manager-plugin.h ${STAGING_INCDIR}/xfce4/xfce-mcs-manager
18 }
19
20 # xfce-mcs-manager.pc uses ${libdir} to indicate where the mcs plugins live
21 # the standard pkgconfig mangling was confusing us.  Mangling is not required
22 # for this particular .pc, so the following will suffice:
23
24 do_stage_append () {
25         install -d ${PKG_CONFIG_PATH}
26         install -m 0644 ${S}/xfce-mcs-manager/xfce-mcs-manager.pc ${PKG_CONFIG_PATH}/xfce-mcs-manager.pc
27 }