gnethogs.paketlendi

This commit is contained in:
milisarge 2017-06-15 06:40:40 +03:00
parent 4a2e709486
commit 370f68eb03
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# 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
}