🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728293031
pkgname: iftop
pkgver: '1.0pre4'
pkgrel: '2'
pkgdesc: 'Display bandwidth usage on an interface'
url: 'https://www.ex-parrot.com/~pdw/iftop/'
arch: x86_64
depends: []
makedepends:
- ncurses
- libpcap
source:
- 'mac-address-fix.patch'
- 'https://www.ex-parrot.com/~pdw/${pkgname}/download/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
- SKIP
build: |
cd ${pkgname}-${pkgver}
patch -p0 -i ../mac-address-fix.patch
CFLAGS+=' -fcommon'
./configure --prefix=/usr \
--sbindir=/usr/bin \
--mandir=/usr/share/man
make
make DESTDIR=${PKGDIR} install
package: |
true