wget -c http://pm-utils.freedesktop.org/releases/pm-utils-1.4.1.tar.gz
tar -xzf pm-utils-1.4.1.tar.gz
cd pm-utils-1.4.1
mkdir -p build
cd build
../configure --prefix="/usr" --sysconfdir="/etc"
make # Doesn't mind -j#
make install