milis/talimatname/genel/b/bmon/talimat

19 lines
405 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: Ağ bant genişliği göstergesi.
# URL: http://freshmeat.net/projects/bmon
# Paketçi: milisarge
# Gerekler: confuse libnl
# Grup: ağ sistem
isim=bmon
surum=4.0
devir=1
kaynak=(https://github.com/tgraf/bmon/archive/v$surum.tar.gz::$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
./autogen.sh
./configure --prefix=/usr --sysconfdir=/etc --disable-asound
make
make DESTDIR=$PKG install
}