milis/talimatname/genel/d/dstat/talimat

16 lines
321 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.

# Tanım: Çok yönlü bir kaynak istatistik aracı
# URL: http://dag.wieers.com/home-made/dstat/
# Paketçi: milisarge
# Gerekler: python
isim=dstat
surum=0.7.3
devir=1
kaynak=(https://github.com/dagwieers/dstat/archive/${surum}.tar.gz)
derle() {
cd $isim-$surum
make DESTDIR=$PKG install
make DESTDIR=$PKG docs
}