mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
iptraf-ng: update to 1.1.4.
This commit is contained in:
parent
24491f4c72
commit
458c2c719b
1 changed files with 3 additions and 12 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'iptraf-ng'
|
# Template file for 'iptraf-ng'
|
||||||
pkgname=iptraf-ng
|
pkgname=iptraf-ng
|
||||||
version=1.1.3.1
|
version=1.1.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sbindir=/usr/bin"
|
configure_args="--sbindir=/usr/bin"
|
||||||
|
hostmakedepends="ncurses-devel>=5.9_7"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
short_desc="IP traffic monitor (iptraf-3.0.0 fork)"
|
short_desc="IP traffic monitor (iptraf-3.0.0 fork)"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://fedorahosted.org/iptraf-ng/"
|
homepage="https://fedorahosted.org/iptraf-ng/"
|
||||||
distfiles="https://fedorahosted.org/releases/i/p/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="https://fedorahosted.org/releases/i/p/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=687b5632290d9b4963842df36f3572d97e333656d1fb6c5f341ab7df651dc185
|
checksum=79140cf07c0cceb1b5723242847a73aa86f5e4f9dccfe8970fda6801d347eb09
|
||||||
long_desc="
|
long_desc="
|
||||||
$pkgname is a fork of original iptraf-3.0.0.
|
$pkgname is a fork of original iptraf-3.0.0.
|
||||||
|
|
||||||
|
@ -30,17 +31,7 @@ long_desc="
|
||||||
utilization of the built-in raw socket interface of the Linux kernel, so it
|
utilization of the built-in raw socket interface of the Linux kernel, so it
|
||||||
can be used on a wide variety of supported network cards."
|
can be used on a wide variety of supported network cards."
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
|
||||||
# XXX needs ncurses-config
|
|
||||||
hostmakedepends+=" ncurses-devel>=5.9_7"
|
|
||||||
fi
|
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
sed -e "s,linux/if_tr.h,netinet/if_tr.h,g" -i src/iptraf-ng-compat.h
|
|
||||||
}
|
|
||||||
|
|
||||||
iptraf-ng_package() {
|
iptraf-ng_package() {
|
||||||
make_dirs="/var/lock/iptraf-ng 0750 root root"
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove all
|
vmove all
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue