8eaf149e2baa5b27d5ba24895001e12b01dc042c
[vuplus_openembedded] / libxfce4mcs / libxfce4mcs_4.0.5.oe
1 SECTION = "x11/libs"
2 # libxfce4mcs OE build file
3 # Copyright (C) 2004, Advanced Micro Devices, Inc.  All Rights Reserved
4 # Released under the MIT license (see packages/COPYING)
5
6 DESCRIPTION="Settings management library used by most XFce 4 modules"
7 DEPENDS="libxfce4util"
8
9 inherit xfce pkgconfig
10
11 do_stage() {
12         install -d ${STAGING_INCDIR}/xfce4
13         install -d ${STAGING_INCDIR}/xfce4/libxfce4mcs
14             
15         install -m 644 libxfce4mcs/mcs-common.h ${STAGING_INCDIR}/xfce4/libxfce4mcs
16         install -m 644 libxfce4mcs/mcs-client.h ${STAGING_INCDIR}/xfce4/libxfce4mcs
17         install -m 644 libxfce4mcs/mcs-manager.h ${STAGING_INCDIR}/xfce4/libxfce4mcs    
18         
19         oe_soinstall libxfce4mcs/.libs/libxfce4mcs-manager.so.1.0.1 ${STAGING_LIBDIR}/
20         oe_soinstall libxfce4mcs/.libs/libxfce4mcs-client.so.1.0.1 ${STAGING_LIBDIR}/
21 }