mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
12 lines
394 B
Plaintext
12 lines
394 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}-dbg += "${libdir}/xfce4/*/.debug"
|
|
|