milis/talimatname/genel/pm-utils/talimat

36 lines
1.1 KiB
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: Askıya alma ve hazırda bekletme güç yönetimi için yardımcı programlar ve komut dosyaları
# URL: http://pm-utils.freedesktop.org
# Packager: milisarge
# Depends on: pm-quirks
name=pm-utils
version=1.4.1
release=1
source=(http://pm-utils.freedesktop.org/releases/pm-utils-${version}.tar.gz
http://downloads.nutyx.org/files/patchs/$name/02-logging-append.patch
http://downloads.nutyx.org/files/patchs/$name/12-fix-intel-audio-powersave-hook.patch
http://downloads.nutyx.org/files/patchs/$name/13-49bluetooth-sync.patch
http://downloads.nutyx.org/files/patchs/$name/14-disable-sata-alpm.patch)
build() {
cd $name-$version
patch -Np1 -i "${SRC}/02-logging-append.patch"
patch -Np1 -i "${SRC}/12-fix-intel-audio-powersave-hook.patch"
patch -Np1 -i "${SRC}/13-49bluetooth-sync.patch"
patch -Np1 -i "${SRC}/14-disable-sata-alpm.patch"
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var
make
make DESTDIR="$PKG" install
rm -f "${PKG}/usr/lib/pm-utils/sleep.d/55NetworkManager"
rm -f "${PKG}/usr/lib/pm-utils/power.d/"{harddrive,disable_wol}
rm -fr "${PKG}/usr/share/doc"
}