summaryrefslogtreecommitdiff
path: root/gpe-dm/gpe-dm_0.33.oe
blob: 8a9863a5f5039de0bf2ccc6aefdcc03af7fe7600 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
LICENSE = "GPL"
inherit gpe 

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

SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/gpe-dm-${PV}.tar.gz"

pkg_postinst() {
update-rc.d gpe-dm defaults 99
}

pkg_postrm() {
update-rc.d gpe-dm remove
}