[oe-commits] Andreas Mueller : xfce4-dev-tools: Add initial recipe with version 4.8.0

git version control git at git.openembedded.org
Fri Aug 5 17:55:13 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: ddf64c08c164e6bb5e8abf52af502965e3a690ce
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=ddf64c08c164e6bb5e8abf52af502965e3a690ce

Author: Andreas Mueller <schnitzeltony at gmx.de>
Date:   Sun Jul 31 19:24:06 2011 +0200

xfce4-dev-tools: Add initial recipe with version 4.8.0

---

 .../xfce4-dev-tools/xfce4-dev-tools_4.8.0.bb       |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.8.0.bb b/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.8.0.bb
new file mode 100644
index 0000000..3df67ee
--- /dev/null
+++ b/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.8.0.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "Xfce4 development tools"
+SECTION = "x11/libs"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88"
+
+PR = "r0"
+
+inherit xfce
+
+do_install_append() {
+       install -d ${D}${datadir}/aclocal
+       install -m 644 m4macros/*.m4 ${D}${datadir}/aclocal/
+}
+
+FILES_${PN}-dev += " ${datadir}/xfce4/dev-tools/m4macros/*.m4"
+
+SRC_URI[md5sum] = "9591299c49d92d00ba47974c42a735fa"
+SRC_URI[sha256sum] = "7a1457e9dc839cb121a48e5c53c483ce02a3a5dbaf09376794a13bafe4194815"





More information about the Openembedded-commits mailing list