milis/talimatname/genel/h/htop/talimat

17 lines
356 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: interaktif bir süreç görüntüleyici/düzenleyici
# URL: http://htop.sourceforge.net/
# Paketçi: milisarge
# Gerekler: ncurses
isim=htop
surum=1.0.3
devir=1
kaynak=(http://hisham.hm/$isim/releases/$surum/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
}