summaryrefslogtreecommitdiff
path: root/packages/xfce/xfce4-dev-tools.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/xfce/xfce4-dev-tools.inc')
-rw-r--r--packages/xfce/xfce4-dev-tools.inc12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/xfce/xfce4-dev-tools.inc b/packages/xfce/xfce4-dev-tools.inc
new file mode 100644
index 0000000000..03f64e39e5
--- /dev/null
+++ b/packages/xfce/xfce4-dev-tools.inc
@@ -0,0 +1,12 @@
+DESCRIPTION = "Xfce4 development tools"
+SECTION = "x11/libs"
+LICENSE = "GPL"
+
+inherit xfce pkgconfig
+
+do_stage() {
+ install -d ${STAGING_DATADIR}/aclocal
+ install -m 644 m4macros/*.m4 ${STAGING_DATADIR}/aclocal/
+}
+
+FILES_${PN}-dev += " ${datadir}/xfce4/dev-tools/m4macros/*.m4"