blob: 832ce340eb406233a436665ad97103df6d7b0450 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DEPENDS = "python gnome-vfs libxml2 gconf popt gtk+"
LICENSE = "GPL"
MAINTAINER = "Koen Kooi <koen@handhelds.org>"
inherit gnome pkgconfig
PACKAGES += "${PN}-python"
FILES_${PN} += "${datadir}/desktop-directories/"
FILES_${PN}-python = "${libdir}/python*"
|