summaryrefslogtreecommitdiff
path: root/packages/libxfce4util/libxfce4util_4.3.99.2.bb
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2007-01-18 15:15:25 +0000
committerPhilip Balister <philip@balister.org>2007-01-18 15:15:25 +0000
commit585f4e7c27219d784cbed507eab188b91d9ad0f1 (patch)
tree77c2025f3ebdbac1c07e17bc923a4efb8fde9a5c /packages/libxfce4util/libxfce4util_4.3.99.2.bb
parent4e96c29dc9b9ea5f6652ed63bcfd82d912ab41b8 (diff)
parent419ef2d081af1db73844871ce0858abda1bf7ec9 (diff)
merge of '16141cfb7ddd939f1759a94546b737b35c0ece43'
and 'c77de7a09c5852f1bfe63afbd011ef701c76bdf6'
Diffstat (limited to 'packages/libxfce4util/libxfce4util_4.3.99.2.bb')
-rw-r--r--packages/libxfce4util/libxfce4util_4.3.99.2.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/libxfce4util/libxfce4util_4.3.99.2.bb b/packages/libxfce4util/libxfce4util_4.3.99.2.bb
new file mode 100644
index 0000000000..d1c29197d6
--- /dev/null
+++ b/packages/libxfce4util/libxfce4util_4.3.99.2.bb
@@ -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/
+}