blob: 680cba13bab1460093394fdae311981c1da043ea (
plain)
1
2
3
4
5
6
7
8
|
DESCRIPTION = "GNOME Power Manager manages powersettings via HAL and dbus"
LICENSE = "GPL"
HOMEPAGE = "http://gnome-power.sourceforge.net/index.php"
SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz"
DEPENDS = "hal dbus gconf libwnck libgnomeui libglade"
inherit autotools
|