blob: 461d3eb543c4a6631434d6cb6fdc3d999ca83048 (
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 python-dir
do_stage() {
autotools_stage_all
}
PACKAGES += "${PN}-python"
FILES_${PN} += "${datadir}/desktop-directories/"
FILES_${PN}-python = "${libdir}/python*"
FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/*/.debug \
${PYTHON_SITEPACKAGES_DIR}/.debug"
|