mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
17 lines
574 B
Plaintext
17 lines
574 B
Plaintext
PKG_NAME="pm-utils"
|
|
PKG_VERSION="1.4.1"
|
|
PKG_REV="1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://pm-utils.freedesktop.org/wiki/"
|
|
PKG_URL="http://pm-utils.freedesktop.org/releases/$PKG_NAME-$PKG_VERSION.tar.gz"
|
|
PKG_DEPENDS="grep dmidecode kbd"
|
|
PKG_BUILD_DEPENDS="toolchain"
|
|
PKG_PRIORITY="optional"
|
|
PKG_SECTION="system"
|
|
PKG_SHORTDESC="pm-utils: a small collection of scripts that handle suspend and resume on behalf of HAL."
|
|
PKG_LONGDESC="pm-utils is a small collection of scripts that handle suspend and resume on behalf of HAL."
|
|
PKG_IS_ADDON="no"
|
|
|
|
PKG_AUTORECONF="yes"
|