summaryrefslogtreecommitdiff
path: root/gpe-login/gpe-login_0.69.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-login/gpe-login_0.69.oe
parent00b25f525858bd9382356610e23279242d1999df (diff)
add LICENSE
BKrev: 419544cbGM6AMbVI1FF41XH7ltBGCg
Diffstat (limited to 'gpe-login/gpe-login_0.69.oe')
-rw-r--r--gpe-login/gpe-login_0.69.oe12
1 files changed, 12 insertions, 0 deletions
diff --git a/gpe-login/gpe-login_0.69.oe b/gpe-login/gpe-login_0.69.oe
index e69de29bb2..05595ef1c7 100644
--- a/gpe-login/gpe-login_0.69.oe
+++ b/gpe-login/gpe-login_0.69.oe
@@ -0,0 +1,12 @@
+LICENSE = "GPL"
+inherit gpe
+
+DESCRIPTION = "GPE user login screen"
+SECTION = "gpe"
+PRIORITY = "optional"
+MAINTAINER = "Philip Blundell <pb@handhelds.org>"
+DEPENDS = "gtk+ libgpewidget gpe-ownerinfo xkbd"
+RDEPENDS = "xkbd"
+RPROVIDES = "gpe-session-starter"
+
+SRC_URI = "${GPE_MIRROR}/gpe-login-${PV}.tar.gz"