xfce4-dev-tools: added package, because libxfce4util needs it.
authorMichael Krelin <hacker@klever.net>
Thu, 10 May 2007 17:37:49 +0000 (17:37 +0000)
committerMichael Krelin <hacker@klever.net>
Thu, 10 May 2007 17:37:49 +0000 (17:37 +0000)
packages/xfce/xfce4-dev-tools.inc [new file with mode: 0644]
packages/xfce/xfce4-dev-tools_4.4.0.bb [new file with mode: 0644]

diff --git a/packages/xfce/xfce4-dev-tools.inc b/packages/xfce/xfce4-dev-tools.inc
new file mode 100644 (file)
index 0000000..03f64e3
--- /dev/null
@@ -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"
diff --git a/packages/xfce/xfce4-dev-tools_4.4.0.bb b/packages/xfce/xfce4-dev-tools_4.4.0.bb
new file mode 100644 (file)
index 0000000..bd54419
--- /dev/null
@@ -0,0 +1 @@
+require ${PN}.inc