milis/talimatname/genel/libstatgrab/talimat

23 lines
553 B
Plaintext
Raw Normal View History

2017-03-04 11:35:44 +01:00
# Description: Çalışan süreçlerin istatislik gösterir.
2016-02-24 01:27:23 +01:00
# URL: http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/libstatgrab
2017-03-04 11:35:44 +01:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# 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
}