blob: 0a7044b920ecf132be3f6c0479bf65890770d19b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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"
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"
|