blob: 24d881dd053073160df90ece451065116b72500b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "Automatic sleep/suspend control daemon"
SECTION = "x11/base"
LICENSE = "GPL"
DEPENDS = "apmd virtual/xserver libxext virtual/libx11 libxau xscrnsaverh libxss"
RDEPENDS = "apm"
PR = "r6"
inherit gpe pkgconfig
SRC_URI_append = " file://init-script-busybox.patch;patch=1"
SRC_URI_append = " file://install-fix.patch;patch=1"
SRC_URI_append = " file://unbreak.patch;patch=1"
CONFFILES_${PN} += "${sysconfdir}/ipaq-sleep.conf"
|