c7f4b96471
Since the trailing slash is stripped from $($(PKG)_SITE) by pkg-generic.mk: $(call DOWNLOAD,$($(PKG)_SITE:/=)/$($(PKG)_SOURCE)) so it is redundant. This patch removes it from $(PKG)_SITE variable for BR consistency. Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 lines
452 B
Makefile
16 lines
452 B
Makefile
################################################################################
|
|
#
|
|
# iptraf-ng
|
|
#
|
|
################################################################################
|
|
|
|
IPTRAF_NG_VERSION = 1.1.4
|
|
IPTRAF_NG_SITE = https://fedorahosted.org/releases/i/p/iptraf-ng
|
|
IPTRAF_NG_LICENSE = GPLv2+
|
|
IPTRAF_NG_LICENSE_FILES = LICENSE
|
|
IPTRAF_NG_DEPENDENCIES = ncurses
|
|
|
|
IPTRAF_NG_MAKE_ENV = NCURSES_LDFLAGS="-lpanel -lncurses"
|
|
|
|
$(eval $(autotools-package))
|