mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
11 lines
273 B
Plaintext
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"
|
|
|