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