mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-15 06:10:02 +00:00
12 lines
392 B
Plaintext
12 lines
392 B
Plaintext
HOMEPAGE = "http://www.xfce.org"
|
|
SRC_URI = "http://archive.xfce.org/src/xfce/${PN}/${@'${PV}'[0:3]}/${PN}-${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}-dbg += "${libdir}/xfce4/*/.debug"
|
|
|