aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpe-dm/gpe-dm_0.52.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gpe-dm/gpe-dm_0.52.bb')
-rw-r--r--recipes/gpe-dm/gpe-dm_0.52.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/gpe-dm/gpe-dm_0.52.bb b/recipes/gpe-dm/gpe-dm_0.52.bb
new file mode 100644
index 0000000000..6cf1f002a0
--- /dev/null
+++ b/recipes/gpe-dm/gpe-dm_0.52.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "GPE Display Manager"
+SECTION = "gpe"
+PRIORITY = "optional"
+LICENSE = "GPL"
+DEPENDS = "glib-2.0 xserver-common"
+RDEPENDS_${PN} += " xserver-common"
+
+GPE_TARBALL_SUFFIX ?= "bz2"
+
+inherit gpe autotools update-rc.d
+
+INITSCRIPT_NAME = "gpe-dm"
+INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ."