summaryrefslogtreecommitdiff
path: root/xfce4-goodies/xfce4-mixer_4.0.5.oe
diff options
context:
space:
mode:
Diffstat (limited to 'xfce4-goodies/xfce4-mixer_4.0.5.oe')
-rw-r--r--xfce4-goodies/xfce4-mixer_4.0.5.oe16
1 files changed, 16 insertions, 0 deletions
diff --git a/xfce4-goodies/xfce4-mixer_4.0.5.oe b/xfce4-goodies/xfce4-mixer_4.0.5.oe
index e69de29bb2..b034df2087 100644
--- a/xfce4-goodies/xfce4-mixer_4.0.5.oe
+++ b/xfce4-goodies/xfce4-mixer_4.0.5.oe
@@ -0,0 +1,16 @@
+# xfce-mixer-plugin OE build file
+# Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved
+# Released under the MIT license (see packages/COPYING)
+
+DESCRIPTION="XFCE panel mixer plugin"
+SECTION = "x11"
+
+DEPENDS="xfce4-panel"
+
+inherit xfce
+
+FILES_${PN}="${libdir}/xfce4/panel-plugins/*.so"
+
+do_install() {
+ oe_runmake DESTDIR=${D} plugindir="${libdir}/xfce4/panel-plugins" install
+}