3a7da4c66a
And drop upstream patch. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 lines
537 B
Makefile
17 lines
537 B
Makefile
################################################################################
|
|
#
|
|
# htop
|
|
#
|
|
################################################################################
|
|
|
|
HTOP_VERSION = 2.0.2
|
|
HTOP_SITE = http://hisham.hm/htop/releases/$(HTOP_VERSION)
|
|
HTOP_DEPENDENCIES = ncurses
|
|
HTOP_CONF_OPTS = --disable-unicode
|
|
# Prevent htop build system from searching the host paths
|
|
HTOP_CONF_ENV = HTOP_NCURSES_CONFIG_SCRIPT=$(STAGING_DIR)/usr/bin/ncurses5-config
|
|
HTOP_LICENSE = GPLv2
|
|
HTOP_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|