aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xffm/xffm_4.2.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xffm/xffm_4.2.0.bb')
-rw-r--r--recipes/xffm/xffm_4.2.0.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/xffm/xffm_4.2.0.bb b/recipes/xffm/xffm_4.2.0.bb
new file mode 100644
index 0000000000..b0a8e3a69e
--- /dev/null
+++ b/recipes/xffm/xffm_4.2.0.bb
@@ -0,0 +1,12 @@
+SECTION = "x11/utils"
+# xffm OE build file
+# Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved
+# Released under the MIT license (see packages/COPYING)
+
+DESCRIPTION="XFCE4 File Manager"
+
+inherit xfce
+
+DEPENDS="dbh gtk+ libxml2 libxfcegui4 libxfce4mcs xfce-mcs-manager libxfce4util"
+
+FILES_${PN} += "/usr/lib/xfce4/xffm/*so*"