mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-26 03:42:37 +01:00
25 lines
544 B
Plaintext
25 lines
544 B
Plaintext
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
|
|
|
|
pkgname=nethogs
|
|
pkgver=0.8.0
|
|
pkgrel=0
|
|
pkgdesc='Top-like monitor for network traffic'
|
|
url='http://nethogs.sourceforge.net'
|
|
arch='all'
|
|
license='GPL'
|
|
makedepends='libpcap-dev ncurses-dev'
|
|
subpackages="$pkgname-doc"
|
|
source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
|
|
|
|
build() {
|
|
cd "$srcdir"/$pkgname
|
|
make
|
|
}
|
|
|
|
package() {
|
|
cd "$srcdir"/$pkgname
|
|
make DESTDIR="$pkgdir/usr" install
|
|
}
|
|
|
|
md5sums="d6fb12b46e80a50c9b9f91dd48e2b234 nethogs-0.8.0.tar.gz"
|