Andreas Müller aaa135b7dc xfce.bbclass: Move static libraries to ${PN}-staticdev
* 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>
2011-10-25 07:02:05 +02:00

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"