aboutsummaryrefslogtreecommitdiffstats
path: root/main/iftop/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/iftop/APKBUILD')
-rw-r--r--main/iftop/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/main/iftop/APKBUILD b/main/iftop/APKBUILD
index 51dcceba162..d4bbcbe914a 100644
--- a/main/iftop/APKBUILD
+++ b/main/iftop/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=iftop
pkgver=0.17
-pkgrel=8
+pkgrel=11
pkgdesc="A tool to display bandwidth usage on an interface"
url="https://www.ex-parrot.com/~pdw/iftop/"
arch="all"
@@ -9,16 +9,16 @@ license="GPL-2.0-or-later"
makedepends="libpcap-dev>=1 ncurses-dev"
options="!check" # no tests
subpackages="$pkgname-doc"
-source="https://www.ex-parrot.com/~pdw/iftop/download/iftop-$pkgver.tar.gz"
+source="https://www.ex-parrot.com/~pdw/iftop/download/iftop-$pkgver.tar.gz
+ format-security.patch
+ "
prepare() {
- cd "$builddir"
default_prepare
update_config_sub
}
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -28,10 +28,10 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
sha512sums="
41e3bc5feac5927f67356f491fcab7a28f7a32102cc33c67d81c1dc755273c42e32b540b14b6254a540f1b6c1b1ad6c50e3095c3b5282db2ea12dd0049ce2ebd iftop-0.17.tar.gz
+ab478e521c6b460766a8149786c59a3e977f9c44d1b880476baa0c7851a1c6bbf1e998051a25e63aafaf21e629d64cf3336b909c683f8604ffa922ee9e25cd4b format-security.patch
"