]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/xfce-mcs-manager/xfce-mcs-manager.inc
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / xfce-mcs-manager / xfce-mcs-manager.inc
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 DEPENDS="libxfcegui4 libxfce4mcs"
7 SECTION = "x11"
8
9 inherit xfce 
10
11 do_stage() {
12         install -d ${STAGING_INCDIR}/xfce4
13         install -d ${STAGING_INCDIR}/xfce4/xfce-mcs-manager
14         install -m 644 xfce-mcs-manager/manager-plugin.h ${STAGING_INCDIR}/xfce4/xfce-mcs-manager
15 }
16
17 # xfce-mcs-manager.pc uses ${libdir} to indicate where the mcs plugins live
18 # the standard pkgconfig mangling was confusing us.  Mangling is not required
19 # for this particular .pc, so the following will suffice:
20
21 do_stage_append () {
22         install -d ${PKG_CONFIG_PATH}
23         install -m 0644 ${S}/xfce-mcs-manager/xfce-mcs-manager.pc ${PKG_CONFIG_PATH}/xfce-mcs-manager.pc
24 }