diff options
| author | Andreas Mueller <schnitzeltony@gmx.de> | 2011-07-31 19:24:06 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-05 19:49:58 +0200 |
| commit | ddf64c08c164e6bb5e8abf52af502965e3a690ce (patch) | |
| tree | cd582fdd13cee273c1c121f234253381496066c3 /meta-xfce/recipes-xfce/xfce4-dev-tools | |
| parent | c2004f5eca871d40e7d5908e9216ad03f2cd6e05 (diff) | |
| download | meta-openembedded-ddf64c08c164e6bb5e8abf52af502965e3a690ce.tar.gz | |
xfce4-dev-tools: Add initial recipe with version 4.8.0
Diffstat (limited to 'meta-xfce/recipes-xfce/xfce4-dev-tools')
| -rw-r--r-- | meta-xfce/recipes-xfce/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 0000000000..3df67ee3cb --- /dev/null +++ b/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.8.0.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | DESCRIPTION = "Xfce4 development tools" | ||
| 2 | SECTION = "x11/libs" | ||
| 3 | LICENSE = "GPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88" | ||
| 5 | |||
| 6 | PR = "r0" | ||
| 7 | |||
| 8 | inherit xfce | ||
| 9 | |||
| 10 | do_install_append() { | ||
| 11 | install -d ${D}${datadir}/aclocal | ||
| 12 | install -m 644 m4macros/*.m4 ${D}${datadir}/aclocal/ | ||
| 13 | } | ||
| 14 | |||
| 15 | FILES_${PN}-dev += " ${datadir}/xfce4/dev-tools/m4macros/*.m4" | ||
| 16 | |||
| 17 | SRC_URI[md5sum] = "9591299c49d92d00ba47974c42a735fa" | ||
| 18 | SRC_URI[sha256sum] = "7a1457e9dc839cb121a48e5c53c483ce02a3a5dbaf09376794a13bafe4194815" | ||
