blob: 87f5a0d2b9a0975704dc5182302f1d23f5b996e7 (
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"
MAINTAINER = "Koen Kooi <koen@handhelds.org>"
inherit gnome pkgconfig
do_stage() {
autotools_stage_all
}
PACKAGES += "${PN}-python"
FILES_${PN} += "${datadir}/desktop-directories/"
FILES_${PN}-python = "${libdir}/python*"
|