diff options
-rw-r--r-- | gpe-conf/gpe-conf-0.1.22/gpe-conf-0.1.22-20041124.patch | 0 | ||||
-rw-r--r-- | gpe-conf/gpe-conf_0.1.22.oe | 23 |
2 files changed, 23 insertions, 0 deletions
diff --git a/gpe-conf/gpe-conf-0.1.22/gpe-conf-0.1.22-20041124.patch b/gpe-conf/gpe-conf-0.1.22/gpe-conf-0.1.22-20041124.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gpe-conf/gpe-conf-0.1.22/gpe-conf-0.1.22-20041124.patch diff --git a/gpe-conf/gpe-conf_0.1.22.oe b/gpe-conf/gpe-conf_0.1.22.oe index e69de29bb2..c60ad00ba1 100644 --- a/gpe-conf/gpe-conf_0.1.22.oe +++ b/gpe-conf/gpe-conf_0.1.22.oe @@ -0,0 +1,23 @@ +PR = "r1" + +inherit gpe + +SRC_URI += "file://gpe-conf-0.1.22-20041124.patch;patch=1;pnum=0" + +DEPENDS = "gtk+ libgpewidget libxsettings libxsettings-client pcmcia-cs xst xset ipaq-sleep ntp gpe-login gpe-icons" +RDEPENDS_${PN} = "xst xset ipaq-sleep ntpdate gpe-login gpe-icons" +SECTION = "gpe" +PRIORITY = "optional" +FILES_${PN} = "${sysconfdir} ${bindir} ${datadir}/pixmaps \ + ${datadir}/applications ${datadir}/gpe/pixmaps \ + ${datadir}/gpe-conf" + +do_compile () { + oe_runmake PREFIX=${prefix} + oe_runmake all-desktop PREFIX=${prefix} +} + +do_install () { + oe_runmake PREFIX=${prefix} DESTDIR=${D} install-program +} + |