# Description: manages the power sources of the computer and connected devices # URL: https://docs.xfce.org/xfce/xfce4-power-manager/start # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: xfce4-panel libnotify upower name=xfce4-power-manager version=4.20.0 release=1 source=(https://archive.xfce.org/src/xfce/${name}/${version%.*}/${name}-${version}.tar.bz2) build() { cd $name-$version ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --libdir=/usr/lib \ --libexecdir=/usr/lib/$name \ --infodir=/usr/share/info \ --mandir=/usr/share/man make make DESTDIR=$PKG install }