milis/talimatname/genel/libstatgrab/talimat
2017-03-04 12:35:44 +02:00

22 lines
553 B
Text
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: Çalışan süreçlerin istatislik gösterir.
# URL: http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/libstatgrab
# Packager: milisarge
# Depends on:
name=libstatgrab
version=0.91
release=1
source=(http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr \
--disable-static \
--docdir=/usr/share/doc/libstatgrab-0.91
make
make DESTDIR=$PKG install
}