milis/talimatname/genel/sysstat/talimat

33 lines
753 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: Sistem performansını ve kullanım etkinliğini izlemek için kullanılan yardımcı programlar.
# URL: http://perso.wanadoo.fr/sebastien.godard
# Packager: milisarge
# Depends on:
name=sysstat
version=11.1.8
release=1
source=(http://perso.wanadoo.fr/sebastien.godard/sysstat-11.1.8.tar.xz)
build() {
cd $name-$version
source /etc/blfs-bootscripts
wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2
tar xvf $scripts-$scriptsversion.tar.bz2
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
cd $scripts-$scriptsversion
make DESTDIR=$PKG install-sysstat
}