libxfce4util: added 4.4-rc2 (4.3.99.2)
authorMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 17 Jan 2007 08:53:17 +0000 (08:53 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 17 Jan 2007 08:53:17 +0000 (08:53 +0000)
packages/libxfce4util/libxfce4util_4.3.99.2.bb [new file with mode: 0644]

diff --git a/packages/libxfce4util/libxfce4util_4.3.99.2.bb b/packages/libxfce4util/libxfce4util_4.3.99.2.bb
new file mode 100644 (file)
index 0000000..d1c2919
--- /dev/null
@@ -0,0 +1,22 @@
+require ${PN}.inc
+
+SRC_URI += "\
+http://svn.xfce.org/svn/xfce/xfce4-dev-tools/trunk/m4macros/xdt-depends.m4 \
+http://svn.xfce.org/svn/xfce/xfce4-dev-tools/trunk/m4macros/xdt-features.m4 \
+http://svn.xfce.org/svn/xfce/xfce4-dev-tools/trunk/m4macros/xdt-i18n.m4 \
+http://svn.xfce.org/svn/xfce/xfce4-dev-tools/trunk/m4macros/xdt-python.m4 \
+http://svn.xfce.org/svn/xfce/xfce4-dev-tools/trunk/m4macros/xdt-xfce.m4"
+
+
+MACROS="m4/xdt*.m4"
+
+XFCE_HEADERS="debug.h utf8.h xfce-generics.h   xfce-resource.h \
+              i18n.h util.h xfce-kiosk.h libxfce4util-config.h  \
+              xfce-desktopentry.h xfce-miscutils.h libxfce4util.h \
+              xfce-fileutils.h xfce-rc.h xfce-utf8.h \
+              xfce-license.h xfce-i18n.h libxfce4util-enum-types.h"
+
+do_configure_prepend() {
+    install -m 0755 -d ${S}/m4/
+    install -m 0644 ${WORKDIR}/xdt-*.m4 ${S}/m4/
+}