36 lines
1.1 KiB
Plaintext
36 lines
1.1 KiB
Plaintext
# Tanım: Askıya alma ve hazırda bekletme güç yönetimi için yardımcı programlar ve komut dosyaları
|
||
# URL: http://pm-utils.freedesktop.org
|
||
# Paketçi: milisarge
|
||
# Gerekler: pm-quirks
|
||
|
||
isim=pm-utils
|
||
surum=1.4.1
|
||
devir=1
|
||
|
||
kaynak=(http://pm-utils.freedesktop.org/releases/pm-utils-${surum}.tar.gz
|
||
http://downloads.nutyx.org/files/patchs/$isim/02-logging-append.patch
|
||
http://downloads.nutyx.org/files/patchs/$isim/12-fix-intel-audio-powersave-hook.patch
|
||
http://downloads.nutyx.org/files/patchs/$isim/13-49bluetooth-sync.patch
|
||
http://downloads.nutyx.org/files/patchs/$isim/14-disable-sata-alpm.patch)
|
||
|
||
derle() {
|
||
cd $isim-$surum
|
||
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"
|
||
}
|
||
|
||
|