summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.10.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.10.0.bb')
-rw-r--r--meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.10.0.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.10.0.bb b/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.10.0.bb
new file mode 100644
index 000000000..1955fccb0
--- /dev/null
+++ b/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.10.0.bb
@@ -0,0 +1,21 @@
1DESCRIPTION = "Xfce4 development tools"
2HOMEPAGE = "http://www.xfce.org"
3SECTION = "x11/libs"
4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88"
6DEPENDS = "glib-2.0"
7
8inherit autotools
9
10BBCLASSEXTEND = "native"
11
12SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:4]}/${BPN}-${PV}.tar.bz2"
13SRC_URI[md5sum] = "372b74f432e7e02d946c2ea9d3de2805"
14SRC_URI[sha256sum] = "f79649bbfbbf16881494ee9f67035063765aec12e23ab9bac31de2c8a4f32bf8"
15
16do_install_append() {
17 install -d ${D}${datadir}/aclocal
18 install -m 644 m4macros/*.m4 ${D}${datadir}/aclocal/
19}
20
21FILES_${PN} += "${datadir}/xfce4/dev-tools/m4macros/*.m4"