diff options
author | Phil Blundell <philb@gnu.org> | 2004-08-30 17:37:10 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-08-30 17:37:10 +0000 |
commit | f46ef0b32c998263d87a849c2a02bf3c6dd1f64b (patch) | |
tree | c419d48351ad2c13db5bc005a6676929f463ea6e | |
parent | 51cdea2c008939a7b61f9c77ebe840bbe02d5350 (diff) |
fix some problems with gpe-conf packaging
BKrev: 413365c6rw8TCPFfeeHUm7LK8AZO0A
-rw-r--r-- | gpe-conf/gpe-conf_0.1.17.oe | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gpe-conf/gpe-conf_0.1.17.oe b/gpe-conf/gpe-conf_0.1.17.oe index e69de29bb2..bf3f15575b 100644 --- a/gpe-conf/gpe-conf_0.1.17.oe +++ b/gpe-conf/gpe-conf_0.1.17.oe @@ -0,0 +1,20 @@ +PR = "r1" + +inherit gpe pkgconfig + +DEPENDS = "gtk+ libgpewidget libxsettings libxsettings-client pcmcia-cs xst xset ipaq-sleep ntp" +RDEPENDS = "xset xst ipaq-sleep ntpdate" +SECTION = "gpe" +PRIORITY = "optional" +FILES_${PN} = "${sysconfdir} ${bindir} ${datadir}/pixmaps ${datadir}/applications" +FILES_${PN} += " ${datadir}/gpe/pixmaps" + +do_compile () { + oe_runmake PREFIX=${prefix} + oe_runmake all-desktop PREFIX=${prefix} +} + +do_install () { + oe_runmake PREFIX=${prefix} DESTDIR=${D} install-program +} + |