milis/talimatname/genel/c/cpupower-gui/talimat

18 lines
491 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.

# Tanım: CPU frekans limitlerini ayarlamak için bir GUI yardımcı programı
# URL: https://gitlab.com/vagnum08/cpupower-gui
# Paketçi: Cihan_Alkan
# Gerekler: python gtk3 hicolor-icon-theme polkit pydbus autoconf-archive
# Grup: sistem
isim=cpupower-gui
surum=0.6.2
devir=1
kaynak=(https://gitlab.com/vagnum08/cpupower-gui/uploads/211f0fdb09c1e3fed1a2465484137d0d/${isim}-${surum}.tar.xz)
derle() {
cd ${isim}-${surum}
./configure --prefix=/usr
make
make DESTDIR="$PKG/" install
}