blob: 72fc810395115f03478b81b1e54d978d71847c06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
DESCRIPTION = "GNOME menus"
SECTION = "x11/gnome"
LICENSE = "GPL"
DEPENDS = "python gnome-vfs libxml2 gconf popt gtk+"
inherit gnome pkgconfig
do_stage() {
autotools_stage_all
}
PACKAGES += "${PN}-python"
FILES_${PN} += "${datadir}/desktop-directories/"
FILES_${PN}-python = "${libdir}/python*"
FILES_${PN}-dbg += "${libdir}/python*/site-packages/*/.debug \
${libdir}/python*/site-packages/.debug"
|