blob: a1ec56fbb7c5cd3edf9de6adac00353a041f4598 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
################################################################################
#
# htop
#
################################################################################
HTOP_VERSION = 1.0.3
HTOP_SITE = http://hisham.hm/htop/releases/$(HTOP_VERSION)
HTOP_DEPENDENCIES = ncurses
# For htop-01-native-affinity.patch
HTOP_AUTORECONF = YES
HTOP_CONF_OPT = --disable-unicode
HTOP_CONF_ENV = ac_cv_file__proc_stat=yes ac_cv_file__proc_meminfo=yes
HTOP_LICENSE = GPLv2
HTOP_LICENSE_FILES = COPYING
$(eval $(autotools-package))
|