aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xfce-base/libxfce4menu_4.6.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xfce-base/libxfce4menu_4.6.1.bb')
-rw-r--r--recipes/xfce-base/libxfce4menu_4.6.1.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/xfce-base/libxfce4menu_4.6.1.bb b/recipes/xfce-base/libxfce4menu_4.6.1.bb
new file mode 100644
index 0000000000..6b87387f6e
--- /dev/null
+++ b/recipes/xfce-base/libxfce4menu_4.6.1.bb
@@ -0,0 +1,13 @@
+DESCRIPTION="a freedesktop.org compliant menu library for Xfce4"
+HOMEPAGE="http://www.xfce.org/projects/libraries"
+DEPENDS = "gettext pkgconfig libxfce4util intltool"
+RDEPENDS = "gtk+ libxfce4util"
+
+LICENSE="LGPL-2 FDL-1.1"
+PR = "r1"
+
+inherit xfce46
+
+do_stage() {
+ autotools_stage_all
+}