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="Great-OS Team"
maintainer="rems"

name=pm-quirks
version=0.20100619

source=(http://pm-utils.freedesktop.org/releases/${name}-20100619.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/"
}

