aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/emelfm2/emelfm2_0.0.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/emelfm2/emelfm2_0.0.8.bb')
-rw-r--r--recipes/emelfm2/emelfm2_0.0.8.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/emelfm2/emelfm2_0.0.8.bb b/recipes/emelfm2/emelfm2_0.0.8.bb
new file mode 100644
index 0000000000..dfc80895c2
--- /dev/null
+++ b/recipes/emelfm2/emelfm2_0.0.8.bb
@@ -0,0 +1,21 @@
+# emelfm2 OE build file
+# Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved
+# Released under the MIT license (see packages/COPYING)
+
+DESCRIPTION="emelFM2 is a GTK2+ file manager that implements the popular \
+ two-pane design."
+HOMEPAGE="http://dasui.prima.de/e2wiki/"
+SRC_URI="http://dasui.prima.de/~tooar/emelfm2-${PV}.tar.gz \
+ file://makefile.patch;patch=1"
+
+DEPENDS="gtk+"
+
+FILES_${PN} += " /usr/lib/emelfm2/plugins/ /usr/share/pixmaps/emelfm2/"
+
+do_compile() {
+ oe_runmake PREFIX=/usr all
+}
+
+do_install() {
+ oe_runmake BIN_DIR=${D}/usr/bin PREFIX=${D}/usr install
+}