blob: 9d7bc675f2d89a1541045073cc42a507fe2f7f8e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DEPENDS = "gnome-vfs libxml2 gconf popt gtk+"
LICENSE = "GPL"
MAINTAINER = "Koen Kooi <koen@handhelds.org>"
inherit gnome pkgconfig
do_stage() {
autotools_stage_all
}
FILES_${PN} += "${datadir}"
|