15 lines
456 B
Plaintext
15 lines
456 B
Plaintext
|
# Description: pm-utils is a small collection of scripts that handle suspend and resume on behalf of HAL
|
||
|
# URL: http://pm-utils.freedesktop.org/wiki/
|
||
|
# Packager: pierre at nutyx dot org
|
||
|
|
||
|
name=pm-quirks
|
||
|
version=20100619
|
||
|
release=1
|
||
|
|
||
|
source=(http://pm-utils.freedesktop.org/releases/pm-quirks-${version}.tar.gz)
|
||
|
|
||
|
build() {
|
||
|
install -m755 -d "${PKG}/usr/lib/pm-utils/video-quirks"
|
||
|
install -m644 video-quirks/*.quirkdb "${PKG}/usr/lib/pm-utils/video-quirks/"
|
||
|
}
|