# # Power management utilities. # # The power management utilities provide simple shell command line # tools to suspend and hibernate the computer. They can be used to # run user supplied scripts on suspend and resume. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=pm-utils pkgversion=1.4.1 arch=amd64 release=1 pkgcategory="tools" full_pkgname=pm-utils_1.4.1_amd64-1@tools blurb="Power management utilities." homepage="https://pm-utils.freedesktop.org" license="GPLv2+" fetch="https://pm-utils.freedesktop.org/releases/pm-utils-1.4.1.tar.gz" replace=""