summaryrefslogtreecommitdiff
path: root/gpe-dm/gpe-dm_0.40.oe
blob: c7649e9688b9f0831bf0203c5687d1984028258e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
inherit gpe update-rc.d

DESCRIPTION = "GPE Desktop Manager"
SECTION = "gpe"
PRIORITY = "optional"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
DEPENDS = "glib-2.0"
PR = "r1"

INITSCRIPT_NAME = "gpe-dm"
INITSCRIPT_PARAMS = "defaults 99"

SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/gpe-dm-${PV}.tar.gz \
	   file://remove-apm_bios.patch;patch=1"