milis/talimatname/genel/h/htop/talimat
2018-08-09 11:34:43 +00:00

17 lines
347 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.

# Tanım: interaktif bir süreç görüntüleyici/düzenleyici
# URL: http://htop.sourceforge.net/
# Paketçi: milisarge
# Gerekler:
# Grup: sistem
isim=htop
surum=2.0.2
devir=1
kaynak=(http://hisham.hm/htop/releases/2.0.2/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}