meta-openembedded/meta-xfce/classes/thunar-plugin.bbclass
Andreas Müller 094c5412ef thunar-plugin.bbclass: initial add
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2013-05-19 09:37:30 +02:00

11 lines
273 B
Plaintext

inherit xfce
DEPENDS += "thunar"
SRC_URI = "http://archive.xfce.org/src/thunar-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2"
FILES_${PN} += "${libdir}/thunarx-2/*.so"
FILES_${PN}-dbg += "${libdir}/thunarx-2/.debug"
FILES_${PN}-dev += "${libdir}/thunarx-2/*.la"