The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / htop / htop.mk
1 ################################################################################
2 #
3 # htop
4 #
5 ################################################################################
6
7 HTOP_VERSION = 1.0.3
8 HTOP_SITE = http://hisham.hm/htop/releases/$(HTOP_VERSION)
9 HTOP_DEPENDENCIES = ncurses
10 # For htop-01-native-affinity.patch
11 HTOP_AUTORECONF = YES
12 HTOP_CONF_OPTS = --disable-unicode
13 HTOP_CONF_ENV = ac_cv_file__proc_stat=yes ac_cv_file__proc_meminfo=yes
14 HTOP_LICENSE = GPLv2
15 HTOP_LICENSE_FILES = COPYING
16
17 $(eval $(autotools-package))