milis/talimatname/genel/gnethogs/talimat

18 lines
422 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.

# Description: süreç bazlı net kullanım grafik göstericisi arayüzü
# URL: https://github.com/mbfoss/gnethogs
# Packager: milisarge
# Depends on: nethogs gtkmm3 intltool libxml2
name=gnethogs
version=0.2
release=1
source=(https://github.com/mbfoss/gnethogs/archive/v$version.tar.gz)
build() {
cd "$SRC/$name-$version"
./autogen.sh
./configure --prefix=/usr
make
make DESTDIR="$PKG" install
}