blob: 8596f1f46c590922bfea0ac7e3a01388f1a69e33 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DEPENDS = "python gnome-vfs libxml2 gconf popt gtk+"
LICENSE = "GPL"
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"
|