milis/talimatname/genel/dstat/talimat

16 lines
336 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: Çok yönlü bir kaynak istatistik aracı
# URL: http://dag.wieers.com/home-made/dstat/
# Packager: milisarge
# Depends on: python
name=dstat
version=0.7.3
release=1
source=(https://github.com/dagwieers/dstat/archive/${version}.tar.gz)
build() {
cd $name-$version
make DESTDIR=$PKG install
make DESTDIR=$PKG docs
}