milis/talimatname/genel/h/htop/talimat

17 lines
366 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
name=htop
version=1.0.3
release=1
source=(http://hisham.hm/$name/releases/$version/$name-$version.tar.gz)
derle() {
cd $name-$version
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
}