nethogs-qt.paketlendi
This commit is contained in:
parent
370f68eb03
commit
6ca81c7c6c
|
@ -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;
|
|
@ -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/
|
||||
}
|
Loading…
Reference in New Issue