diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-12 15:38:55 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-12 15:38:55 +0000 |
commit | 43bcb7353467192be595a6b6574862dc8d44c7a2 (patch) | |
tree | 94e0363cc75578d2e562e0f4219bad750cad36e4 /gpe-conf/gpe-conf_0.1.10.oe | |
parent | 0c0f13c62d1d1906fffb543e0f96a639dcbe3c3b (diff) |
apply latest patch from florian
BKrev: 40cb238fgCfPOp9gflDxFLHB6GV8nQ
Diffstat (limited to 'gpe-conf/gpe-conf_0.1.10.oe')
-rw-r--r-- | gpe-conf/gpe-conf_0.1.10.oe | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gpe-conf/gpe-conf_0.1.10.oe b/gpe-conf/gpe-conf_0.1.10.oe index e69de29bb2..c9bfff3f8f 100644 --- a/gpe-conf/gpe-conf_0.1.10.oe +++ b/gpe-conf/gpe-conf_0.1.10.oe @@ -0,0 +1,23 @@ +PR = "r1" + +inherit gpe pkgconfig + +DEPENDS = "gtk+ libgpewidget libxsettings libxsettings-client libdotdesktop pcmcia-cs" +SECTION = "gpe" +PRIORITY = "optional" +FILES_${PN} = "${sysconfdir} ${bindir} ${datadir}/pixmaps ${datadir}/applications" +FILES_${PN} += " ${datadir}/gpe/pixmaps" + +SRC_URI = "${GPE_MIRROR}/gpe-conf-${PV}.tar.gz \ + file://${FILESDIR}/gpe-conf-infofixes.patch;patch=1;pnum=0" + + +do_compile () { + oe_runmake + oe_runmake all-desktop +} + +do_install () { + oe_runmake PREFIX=${prefix} DESTDIR=${D} install-program +} + |