nethogs-qt.paketlendi

This commit is contained in:
milisarge 2017-06-15 07:27:55 +03:00
parent 370f68eb03
commit 6ca81c7c6c
2 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,9 @@
[Desktop Entry]
Version=1.0
Type=Application
Name=Nethogs Ağ Gözlemleyici
Exec=nethogs-qt
Comment=Süreç bazlı ağ gözlemleme
Icon=hwinfo
Terminal=false
Categories=Network;

View File

@ -0,0 +1,20 @@
# Description: süreç bazlı net kullanım grafik göstericisi qt arayüzü
# URL: https://github.com/mbfoss/gnethogs
# Packager: milisarge
# Depends on: nethogs qt5
name=nethogs-qt
version=0.0.4
release=1
source=(http://slist.lilotux.net/linux/nethogs-qt/$name-$version.tgz
nethogs-qt.desktop)
build() {
cd "$SRC/$name-$version"
qmake-qt5
make
install -d "$PKG"/usr/bin/
install -m 755 nethogs-qt "$PKG"/usr/bin/
install -d "$PKG"/usr/share/applications
cp $SRC/nethogs-qt.desktop "$PKG"/usr/share/applications/
}