mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-16 00:58:34 +00:00
* build tested with fresh build dir * run tested on overo: applications / all available plugins Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
13 lines
443 B
Plaintext
13 lines
443 B
Plaintext
HOMEPAGE = "http://www.xfce.org"
|
|
SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2"
|
|
|
|
inherit autotools gtk-icon-cache pkgconfig
|
|
|
|
FILES_${PN} += "${datadir}/icons/* ${datadir}/applications/* ${libdir}/xfce4/modules/*.so*"
|
|
FILES_${PN}-doc += "${datadir}/xfce4/doc"
|
|
|
|
FILES_${PN}-dev += "${libdir}/xfce4/*/*.la"
|
|
FILES_${PN}-staticdev += "${libdir}/xfce4/*/*.a"
|
|
FILES_${PN}-dbg += "${libdir}/xfce4/*/.debug"
|
|
|