diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-01-17 08:53:17 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-01-17 08:53:17 +0000 |
commit | 94b9177e4f4f69e76cd8dc524c4aa52e4277aa14 (patch) | |
tree | bacaa12a943f28d80a6a5b8192664de4773f0c8a /packages/libxfce4util | |
parent | 8184b4f960827cc9c42ed14109d6ec562b21099b (diff) |
libxfce4util: added 4.4-rc2 (4.3.99.2)
Diffstat (limited to 'packages/libxfce4util')
-rw-r--r-- | packages/libxfce4util/libxfce4util_4.3.99.2.bb | 22 |
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/ +} |