blob: ef1ae973a37ad4e62eb673a5903f5bcea6b8ca7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
inherit gpe
DEPENDS = "gtk+ libgpewidget libxsettings libxsettings-client libdotdesktop"
SECTION = "gpe"
PRIORITY = "optional"
FILES_${PN} = "${sysconfdir} ${bindir} ${datadir}/pixmaps ${datadir}/applications"
SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/gpe-conf-${PV}.tar.gz \
file://gpe-conf_makefile.patch;patch=1"
do_compile () {
oe_runmake
oe_runmake all-desktop
}
do_install () {
oe_runmake PREFIX=${prefix} DESTDIR=${D} install-program
}
|