sysstat: adopted, updated to 10.0.5
This commit is contained in:
parent
c82117cccd
commit
ad4207e852
33
sysstat/.footprint
Normal file
33
sysstat/.footprint
Normal file
@ -0,0 +1,33 @@
|
||||
drwxr-xr-x root/root etc/
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/cifsiostat
|
||||
-rwxr-xr-x root/root usr/bin/iostat
|
||||
-rwxr-xr-x root/root usr/bin/mpstat
|
||||
-rwxr-xr-x root/root usr/bin/nfsiostat
|
||||
-rwxr-xr-x root/root usr/bin/pidstat
|
||||
-rwxr-xr-x root/root usr/bin/sadf
|
||||
-rwxr-xr-x root/root usr/bin/sar
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/sa/
|
||||
-rwxr-xr-x root/root usr/lib/sa/sa1
|
||||
-rwxr-xr-x root/root usr/lib/sa/sa2
|
||||
-rwxr-xr-x root/root usr/lib/sa/sadc
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/cifsiostat.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/iostat.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/mpstat.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/nfsiostat.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/pidstat.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/sadf.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/sar.1.gz
|
||||
drwxr-xr-x root/root usr/man/man5/
|
||||
-rw-r--r-- root/root usr/man/man5/sysstat.5.gz
|
||||
drwxr-xr-x root/root usr/man/man8/
|
||||
-rw-r--r-- root/root usr/man/man8/sa1.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/sa2.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/sadc.8.gz
|
||||
drwxr-xr-x root/root var/
|
||||
drwxr-xr-x root/root var/log/
|
||||
drwxr-xr-x root/root var/log/sa/
|
1
sysstat/.md5sum
Normal file
1
sysstat/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
208dd236d726d20591d53d3a20124dd4 sysstat-10.0.5.tar.gz
|
21
sysstat/Pkgfile
Normal file
21
sysstat/Pkgfile
Normal file
@ -0,0 +1,21 @@
|
||||
# Description: A collection of performance monitoring tools
|
||||
# URL: http://perso.orange.fr/sebastien.godard/
|
||||
# Packager: Rene Lengwinat, rugek at dirtyhack dot net
|
||||
# Maintainer: Fredrik Rinnestam, fredrik at rinnestam dot se
|
||||
# Depends on:
|
||||
|
||||
name=sysstat
|
||||
version=10.0.5
|
||||
release=1
|
||||
source=(http://perso.orange.fr/sebastien.godard/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr --mandir=/usr/man --disable-nls
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -rf $PKG/etc/sysconfig
|
||||
rm -rf $PKG/usr/{doc,share}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user