]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/xfce4-panel/xfce4-panel.inc
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / xfce4-panel / xfce4-panel.inc
1 # xfce4-panel 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 Panel"
6 SECTION = "x11"
7 DEPENDS = "startup-notification x11 libxfcegui4 libxfce4mcs xfce-mcs-manager libxml2"
8
9 inherit pkgconfig xfce
10
11 EXTRA_OECONF += " --enable-startup-notification"
12
13 HEADERS="controls.h global.h icons.h main.h panel.h item.h \
14         item_dialog.h plugins.h xfce_support.h xfce.h"
15
16 do_stage() {
17         install -d ${STAGING_INCDIR}/xfce4/panel
18
19         for file in ${HEADERS}; do 
20                 install -m 644 ${S}/panel/$file ${STAGING_INCDIR}/xfce4/panel/$file
21         done
22 }
23
24 do_install() {
25     oe_runmake DESTDIR=${D} install
26 }
27
28 PACKAGES += "${PN}-plugins"
29 FILES_${PN}-plugins += "${libdir}/xfce4/panel-plugins/*.so*"