summaryrefslogtreecommitdiff
path: root/gpe-dm/gpe-dm_0.35.oe
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-11-12 23:18:35 +0000
committerPhil Blundell <philb@gnu.org>2004-11-12 23:18:35 +0000
commit420653c3bebaab15a99f8acf5da9383c7149aa7f (patch)
treede25205b16a1df8803cac1464277af2a516bbd18 /gpe-dm/gpe-dm_0.35.oe
parent00b25f525858bd9382356610e23279242d1999df (diff)
add LICENSE
BKrev: 419544cbGM6AMbVI1FF41XH7ltBGCg
Diffstat (limited to 'gpe-dm/gpe-dm_0.35.oe')
-rw-r--r--gpe-dm/gpe-dm_0.35.oe13
1 files changed, 13 insertions, 0 deletions
diff --git a/gpe-dm/gpe-dm_0.35.oe b/gpe-dm/gpe-dm_0.35.oe
index e69de29bb2..37305d396d 100644
--- a/gpe-dm/gpe-dm_0.35.oe
+++ b/gpe-dm/gpe-dm_0.35.oe
@@ -0,0 +1,13 @@
+LICENSE = "GPL"
+inherit gpe update-rc.d
+
+DESCRIPTION = "GPE Desktop Manager"
+SECTION = "gpe"
+PRIORITY = "optional"
+MAINTAINER = "Phil Blundell <pb@handhelds.org>"
+DEPENDS = "glib-2.0"
+
+INITSCRIPT_NAME = "gpe-dm"
+INITSCRIPT_PARAMS = "defaults 99"
+
+SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/gpe-dm-${PV}.tar.gz"