milis/talimatname/genel/s/sysstat/talimat

22 lines
518 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: Sistem performansını ve kullanım etkinliğini izlemek için kullanılan yardımcı programlar.
# URL: http://perso.wanadoo.fr/sebastien.godard
# Paketçi: milisarge
# Gerekler:
# Grup: sistem
isim=sysstat
surum=11.6.1
devir=1
kaynak=(http://perso.wanadoo.fr/sebastien.godard/sysstat-$surum.tar.xz)
derle() {
cd $isim-$surum
sa_lib_dir=/usr/lib/sa \
sa_dir=/var/log/sa \
conf_dir=/etc/sysconfig \
./configure --prefix=/usr \
--disable-file-attr
make
make DESTDIR=$PKG install
}