diff options
Diffstat (limited to 'packages/xfce/exo_0.3.2.bb')
-rw-r--r-- | packages/xfce/exo_0.3.2.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/xfce/exo_0.3.2.bb b/packages/xfce/exo_0.3.2.bb new file mode 100644 index 0000000000..6bf0e1292f --- /dev/null +++ b/packages/xfce/exo_0.3.2.bb @@ -0,0 +1,17 @@ + +DEPENDS = "libxfce4util xfce-mcs-manager hal liburi-perl-native python-native" + +inherit pkgconfig xfce + +SRC_URI = "http://www.us.xfce.org/archive/xfce-4.4.1/src/exo-0.3.2.tar.bz2" + +# Note: Python checking is broken + +do_stage() { + autotools_stage_all +} + +FILES_${PN} += "${datadir}/xfce4/ \ + ${libdir}/xfce4/mcs-plugins/exo-preferred-applications-settings.so" +FILES_${PN}-dev += "${libdir}/xfce4/mcs-plugins/exo-preferred-applications-settings.*" +FILES_${PN}-dbg += "${libdir}/xfce4/mcs-plugins/.debug/exo-preferred-applications-settings.*" |