milis/talimatname/genel/pm-quirks/talimat

16 lines
459 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Pm-utils, askıya alma ve HAL adına devam etmeyi içeren küçük bir komut koleksiyonudur.
# URL: http://pm-utils.freedesktop.org/wiki/
# Packager: milisarge
# Depends on:
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/"
}